Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: std::string Pin
LCI1-Mar-07 3:34
LCI1-Mar-07 3:34 
GeneralRe: std::string Pin
toxcct1-Mar-07 3:36
toxcct1-Mar-07 3:36 
GeneralRe: std::string Pin
David Crow1-Mar-07 3:39
David Crow1-Mar-07 3:39 
GeneralRe: std::string Pin
LCI1-Mar-07 3:42
LCI1-Mar-07 3:42 
GeneralRe: std::string Pin
David Crow1-Mar-07 3:51
David Crow1-Mar-07 3:51 
JokeRe: std::string Pin
toxcct1-Mar-07 3:58
toxcct1-Mar-07 3:58 
GeneralRe: std::string [updated] Pin
James R. Twine1-Mar-07 6:18
James R. Twine1-Mar-07 6:18 
GeneralRe: std::string Pin
David Crow1-Mar-07 8:17
David Crow1-Mar-07 8:17 
James R. Twine wrote:
I think that std::string is really std::basic_string< TCHAR >...


It's std::basic_string<char>, while wstring is std::basic_string<wchar_t>.

James R. Twine wrote:
...so it automatically becomes the "right kind of" string.


Only if _UNICODE is not defined. If it is, wstring must be used.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: std::string Pin
Nemanja Trifunovic1-Mar-07 8:45
Nemanja Trifunovic1-Mar-07 8:45 
GeneralRe: std::string Pin
LCI1-Mar-07 3:36
LCI1-Mar-07 3:36 
GeneralRe: std::string Pin
David Crow1-Mar-07 3:37
David Crow1-Mar-07 3:37 
GeneralRe: std::string Pin
LCI1-Mar-07 3:39
LCI1-Mar-07 3:39 
GeneralRe: std::string Pin
toxcct1-Mar-07 3:41
toxcct1-Mar-07 3:41 
GeneralRe: std::string Pin
toxcct1-Mar-07 3:41
toxcct1-Mar-07 3:41 
AnswerRe: std::string Pin
KaЯl1-Mar-07 3:33
KaЯl1-Mar-07 3:33 
GeneralRe: std::string Pin
LCI1-Mar-07 3:35
LCI1-Mar-07 3:35 
QuestionCreating Process Pin
Programm3r1-Mar-07 2:32
Programm3r1-Mar-07 2:32 
AnswerRe: Creating Process Pin
toxcct1-Mar-07 3:10
toxcct1-Mar-07 3:10 
GeneralRe: Creating Process Pin
Programm3r1-Mar-07 3:30
Programm3r1-Mar-07 3:30 
GeneralRe: Creating Process Pin
toxcct1-Mar-07 3:34
toxcct1-Mar-07 3:34 
AnswerRe: Creating Process Pin
Eytukan1-Mar-07 3:17
Eytukan1-Mar-07 3:17 
GeneralRe: Creating Process Pin
Programm3r1-Mar-07 3:28
Programm3r1-Mar-07 3:28 
GeneralRe: Creating Process Pin
toxcct1-Mar-07 3:31
toxcct1-Mar-07 3:31 
GeneralRe: Creating Process Pin
Eytukan1-Mar-07 3:39
Eytukan1-Mar-07 3:39 
GeneralRe: Creating Process Pin
David Crow1-Mar-07 3:42
David Crow1-Mar-07 3:42 

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.