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

C / C++ / MFC

 
AnswerRe: Base Class Reference Pin
Laxman Auti14-Jun-06 2:28
Laxman Auti14-Jun-06 2:28 
AnswerRe: Base Class Reference Pin
Naveen14-Jun-06 1:21
Naveen14-Jun-06 1:21 
QuestionReduce the size of ssleay.lib and libeay.lib file [modified] Pin
sunit514-Jun-06 0:25
sunit514-Jun-06 0:25 
AnswerRe: Reduce the size of ssleay.lib and libeay.lib file Pin
Christian Graus14-Jun-06 1:07
protectorChristian Graus14-Jun-06 1:07 
Questionchar* to CString [modified] Pin
shuchigo_jane14-Jun-06 0:24
shuchigo_jane14-Jun-06 0:24 
AnswerRe: char* to CString [modified] Pin
Naveen14-Jun-06 0:28
Naveen14-Jun-06 0:28 
GeneralRe: char* to CString Pin
shuchigo_jane14-Jun-06 0:30
shuchigo_jane14-Jun-06 0:30 
GeneralRe: char* to CString Pin
Naveen14-Jun-06 0:43
Naveen14-Jun-06 0:43 
this will work. The cstring have the = operator overloaded for LPCSTR

char * str1="abc";
CString str2 = str1;

and about _UNICODE. now when i checked the CString have = operator overloaded for LPCWSTR.
so it will work even if _UNICODE is defined.

nave
AnswerRe: char* to CString [modified] Pin
sunit514-Jun-06 0:29
sunit514-Jun-06 0:29 
GeneralRe: char* to CString Pin
shuchigo_jane14-Jun-06 0:32
shuchigo_jane14-Jun-06 0:32 
GeneralRe: char* to CString Pin
sunit514-Jun-06 0:36
sunit514-Jun-06 0:36 
GeneralRe: char* to CString Pin
super_ttd16-Jun-06 8:21
super_ttd16-Jun-06 8:21 
AnswerRe: char* to CString Pin
Eytukan14-Jun-06 0:32
Eytukan14-Jun-06 0:32 
GeneralRe: char* to CString Pin
shuchigo_jane14-Jun-06 0:32
shuchigo_jane14-Jun-06 0:32 
GeneralRe: char* to CString Pin
sunit514-Jun-06 0:35
sunit514-Jun-06 0:35 
JokeRe: char* to CString Pin
Eytukan14-Jun-06 0:44
Eytukan14-Jun-06 0:44 
QuestionRe: char* to CString Pin
Eytukan14-Jun-06 0:36
Eytukan14-Jun-06 0:36 
GeneralRe: char* to CString Pin
toxcct14-Jun-06 1:43
toxcct14-Jun-06 1:43 
GeneralRe: char* to CString Pin
shuchigo_jane14-Jun-06 1:00
shuchigo_jane14-Jun-06 1:00 
AnswerRe: char* to CString Pin
Eytukan14-Jun-06 2:24
Eytukan14-Jun-06 2:24 
GeneralRe: char* to CString Pin
Laxman Auti14-Jun-06 2:33
Laxman Auti14-Jun-06 2:33 
AnswerRe: char* to CString Pin
John R. Shaw14-Jun-06 0:40
John R. Shaw14-Jun-06 0:40 
GeneralRe: char* to CString Pin
Eytukan14-Jun-06 0:42
Eytukan14-Jun-06 0:42 
GeneralRe: char* to CString Pin
shuchigo_jane14-Jun-06 0:49
shuchigo_jane14-Jun-06 0:49 
GeneralRe: char* to CString Pin
John R. Shaw14-Jun-06 1:09
John R. Shaw14-Jun-06 1:09 

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.