Click here to Skip to main content
15,894,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalits the same thing! Pin
namaskaaram13-Feb-06 21:00
namaskaaram13-Feb-06 21:00 
GeneralRe: its the same thing! Pin
Subramaniam s.V.13-Feb-06 21:10
Subramaniam s.V.13-Feb-06 21:10 
GeneralRe: its the same thing! Pin
namaskaaram13-Feb-06 21:18
namaskaaram13-Feb-06 21:18 
GeneralRe: its the same thing! Pin
Subramaniam s.V.13-Feb-06 21:23
Subramaniam s.V.13-Feb-06 21:23 
GeneralRe: its the same thing! Pin
namaskaaram13-Feb-06 22:06
namaskaaram13-Feb-06 22:06 
AnswerRe: a question regarding CStringList Pin
toxcct13-Feb-06 21:31
toxcct13-Feb-06 21:31 
GeneralRe: a question regarding CStringList Pin
Cedric Moonen13-Feb-06 21:35
Cedric Moonen13-Feb-06 21:35 
GeneralRe: a question regarding CStringList Pin
namaskaaram13-Feb-06 22:01
namaskaaram13-Feb-06 22:01 
hello toxcct...
this is what i found in MSDN

class CStringList : public CObject
Remarks
The CStringList class supports lists of CString objects. All comparisons are done by value, meaning that the characters in the string are compared instead of the addresses of the strings.

The member functions of CStringList are similar to the member functions of class CObList. Because of this similarity, you can use the CObList reference documentation for member function specifics. Wherever you see a CObject pointer as a return value, substitute a CString (not a CString pointer). Wherever you see a CObject pointer as a function parameter, substitute an LPCTSTR.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_cstringlist.asp[^]

so now what?Cry | :((
GeneralRe: a question regarding CStringList Pin
toxcct13-Feb-06 22:07
toxcct13-Feb-06 22:07 
AnswerRe: a question regarding CStringList Pin
Cedric Moonen13-Feb-06 21:33
Cedric Moonen13-Feb-06 21:33 
GeneralRe: a question regarding CStringList Pin
toxcct13-Feb-06 21:41
toxcct13-Feb-06 21:41 
GeneralRe: a question regarding CStringList Pin
Cedric Moonen13-Feb-06 21:44
Cedric Moonen13-Feb-06 21:44 
General[OT] : CP CSS... Pin
toxcct13-Feb-06 21:50
toxcct13-Feb-06 21:50 
GeneralRe: [OT] : CP CSS... Pin
Owner drawn14-Feb-06 0:25
Owner drawn14-Feb-06 0:25 
GeneralRe: a question regarding CStringList Pin
namaskaaram13-Feb-06 22:38
namaskaaram13-Feb-06 22:38 
GeneralRe: a question regarding CStringList Pin
Cedric Moonen14-Feb-06 1:08
Cedric Moonen14-Feb-06 1:08 
Generalis there anyway of getting the CString* from LPCTSTR Pin
namaskaaram14-Feb-06 2:01
namaskaaram14-Feb-06 2:01 
QuestionWindows Sockets implementation Pin
Rohan Bhosale13-Feb-06 19:50
Rohan Bhosale13-Feb-06 19:50 
QuestionC++ Functions Pin
Subramaniam s.V.13-Feb-06 19:28
Subramaniam s.V.13-Feb-06 19:28 
AnswerRe: C++ Functions Pin
Stephen Hewitt13-Feb-06 19:38
Stephen Hewitt13-Feb-06 19:38 
GeneralRe: C++ Functions Pin
Subramaniam s.V.13-Feb-06 19:44
Subramaniam s.V.13-Feb-06 19:44 
GeneralRe: C++ Functions Pin
Stephen Hewitt13-Feb-06 19:47
Stephen Hewitt13-Feb-06 19:47 
GeneralRe: C++ Functions Pin
Subramaniam s.V.13-Feb-06 20:01
Subramaniam s.V.13-Feb-06 20:01 
QuestionActiveX Pin
Anilkumar K V13-Feb-06 18:42
Anilkumar K V13-Feb-06 18:42 
QuestionLinker error Pin
Rassul Yunussov13-Feb-06 18:41
Rassul Yunussov13-Feb-06 18:41 

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.