Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString to char Pin
Parthi_Appu16-Jul-06 23:55
Parthi_Appu16-Jul-06 23:55 
AnswerRe: CString to char Pin
ThatsAlok17-Jul-06 0:37
ThatsAlok17-Jul-06 0:37 
AnswerRe: CString to char Pin
Hamid_RT17-Jul-06 1:15
Hamid_RT17-Jul-06 1:15 
GeneralRe: CString to char Pin
Parthi_Appu17-Jul-06 1:43
Parthi_Appu17-Jul-06 1:43 
GeneralRe: CString to char Pin
David Crow17-Jul-06 2:48
David Crow17-Jul-06 2:48 
GeneralRe: CString to char Pin
Parthi_Appu17-Jul-06 3:42
Parthi_Appu17-Jul-06 3:42 
GeneralRe: CString to char Pin
David Crow17-Jul-06 4:00
David Crow17-Jul-06 4:00 
GeneralRe: CString to char Pin
Parthi_Appu17-Jul-06 16:43
Parthi_Appu17-Jul-06 16:43 
that post contains the code..
char *test;
...
test = new char[String.GetLength()+1];
....

see the post which i replied for...

CString class works badly in some times, say GetLength() returns 0 if it has some string and IsEmpty() return TRUE if it has some string..
and using CString class is not that much difficult to misuse it...

Do your Duty and Don't expect the Result
GeneralRe: CString to char Pin
David Crow18-Jul-06 2:42
David Crow18-Jul-06 2:42 
GeneralRe: CString to char Pin
Parthi_Appu18-Jul-06 3:14
Parthi_Appu18-Jul-06 3:14 
GeneralRe: CString to char Pin
David Crow18-Jul-06 3:38
David Crow18-Jul-06 3:38 
GeneralRe: CString to char Pin
Parthi_Appu25-Jul-06 1:57
Parthi_Appu25-Jul-06 1:57 
QuestionUnzip.exe Pin
see me16-Jul-06 23:36
see me16-Jul-06 23:36 
AnswerRe: Unzip.exe Pin
see me17-Jul-06 1:58
see me17-Jul-06 1:58 
AnswerRe: Unzip.exe Pin
David Crow17-Jul-06 2:50
David Crow17-Jul-06 2:50 
QuestionGlobal hooks Pin
Vissu8916-Jul-06 23:24
Vissu8916-Jul-06 23:24 
AnswerRe: Global hooks Pin
Naveen17-Jul-06 0:31
Naveen17-Jul-06 0:31 
GeneralRe: Global hooks Pin
Vissu8917-Jul-06 7:32
Vissu8917-Jul-06 7:32 
Questionedit box width Pin
Ram Murali16-Jul-06 23:17
Ram Murali16-Jul-06 23:17 
AnswerRe: edit box width Pin
see me16-Jul-06 23:32
see me16-Jul-06 23:32 
AnswerRe: edit box width Pin
Parthi_Appu16-Jul-06 23:42
Parthi_Appu16-Jul-06 23:42 
AnswerRe: edit box width Pin
Naveen17-Jul-06 0:38
Naveen17-Jul-06 0:38 
QuestionRelated to edit boxes Pin
Taruni16-Jul-06 22:41
Taruni16-Jul-06 22:41 
AnswerRe: Related to edit boxes Pin
Abhi Lahare16-Jul-06 22:55
Abhi Lahare16-Jul-06 22:55 
AnswerRe: Related to edit boxes Pin
see me16-Jul-06 22:56
see me16-Jul-06 22:56 

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.