Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: split(delim) Pin
David Crow21-Jul-04 9:41
David Crow21-Jul-04 9:41 
GeneralRe: split(delim) Pin
Oriocat21-Jul-04 9:55
Oriocat21-Jul-04 9:55 
GeneralRe: split(delim) Pin
David Crow21-Jul-04 10:00
David Crow21-Jul-04 10:00 
GeneralRe: split(delim) Pin
Oriocat21-Jul-04 10:10
Oriocat21-Jul-04 10:10 
GeneralRe: split(delim) Pin
David Crow21-Jul-04 10:21
David Crow21-Jul-04 10:21 
GeneralRe: split(delim) Pin
Oriocat21-Jul-04 10:36
Oriocat21-Jul-04 10:36 
GeneralRe: split(delim) Pin
David Crow21-Jul-04 10:55
David Crow21-Jul-04 10:55 
GeneralRe: split(delim) Pin
User 58385221-Jul-04 20:09
User 58385221-Jul-04 20:09 
String *L = ""; //for putting each line on it

what data type is String?

you are creating a pointer to an object and assigning it a value. I dont think this will work. Mabey it should be like this

String L = "";

if this data type is really stl::string then you can call c_str() to get a const char ptr and pass that to strtok
GeneralMDI child doesn't display title Pin
toothpick21-Jul-04 6:44
toothpick21-Jul-04 6:44 
Generalwin32 -- bitmapped buttons Pin
shihuik21-Jul-04 5:49
shihuik21-Jul-04 5:49 
GeneralRe: win32 -- bitmapped buttons Pin
David Crow21-Jul-04 6:49
David Crow21-Jul-04 6:49 
GeneralRe: win32 -- bitmapped buttons Pin
magee8121-Jul-04 8:10
sussmagee8121-Jul-04 8:10 
GeneralWin 2003 and VC 6.0 SP6 Problems Pin
Blake Miller21-Jul-04 5:41
Blake Miller21-Jul-04 5:41 
Generalmove system color cobmo of stock color property page Pin
ajit MMB21-Jul-04 4:20
ajit MMB21-Jul-04 4:20 
GeneralPlug n' Play driver files Pin
Joel Holdsworth21-Jul-04 4:19
Joel Holdsworth21-Jul-04 4:19 
GeneralRe: Plug n' Play driver files Pin
Navin21-Jul-04 4:50
Navin21-Jul-04 4:50 
GeneralRe: Plug n' Play driver files Pin
Joel Holdsworth21-Jul-04 6:19
Joel Holdsworth21-Jul-04 6:19 
GeneralRe: Plug n' Play driver files Pin
Navin21-Jul-04 6:34
Navin21-Jul-04 6:34 
GeneralRe: Plug n' Play driver files Pin
Joel Holdsworth21-Jul-04 23:45
Joel Holdsworth21-Jul-04 23:45 
GeneralCreateDispatch for COM component Pin
BlackDice21-Jul-04 3:49
BlackDice21-Jul-04 3:49 
GeneralDLLs, callbacks and pointer to functions Pin
Member 124998021-Jul-04 3:41
Member 124998021-Jul-04 3:41 
GeneralRe: DLLs, callbacks and pointer to functions Pin
Chris Losinger21-Jul-04 7:56
professionalChris Losinger21-Jul-04 7:56 
GeneralRe: DLLs, callbacks and pointer to functions Pin
Member 124998021-Jul-04 8:09
Member 124998021-Jul-04 8:09 
GeneralDialog minimized Pin
Demian Panello21-Jul-04 2:45
Demian Panello21-Jul-04 2:45 
QuestionBluetooth + win2k? Pin
Andrew Walker21-Jul-04 2:27
Andrew Walker21-Jul-04 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.