Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: start !? Pin
David Crow3-Oct-05 3:04
David Crow3-Oct-05 3:04 
AnswerRe: start !? Pin
Ghasrfakhri3-Oct-05 5:28
Ghasrfakhri3-Oct-05 5:28 
AnswerRe: start !? Pin
Hamed Musavi3-Oct-05 17:00
Hamed Musavi3-Oct-05 17:00 
AnswerRe: How to Start Pin
Christian Graus2-Oct-05 2:51
protectorChristian Graus2-Oct-05 2:51 
AnswerRe: How to Start Pin
Hamed Musavi3-Oct-05 16:26
Hamed Musavi3-Oct-05 16:26 
QuestionAssignment of Type at Run-Time Pin
LiquidE_SA1-Oct-05 22:11
LiquidE_SA1-Oct-05 22:11 
AnswerRe: Assignment of Type at Run-Time Pin
Maximilien2-Oct-05 2:31
Maximilien2-Oct-05 2:31 
QuestionCString question Pin
benjnp1-Oct-05 21:54
benjnp1-Oct-05 21:54 
here's a sample line of codes
#1
CString strLine;
strLine = "Hello";
cout << strLine << endl;

output
007706BC

#2
CString strLine;
strLine = "Hello";
printf("%s\n", strLine);

output
Hello

Why didn't cout display the "Hello" string, but using printf will display the desired output. What's the difference between cout and printf that made the above discrepancy? Thanx Smile | :)
AnswerRe: CString question Pin
LiquidE_SA1-Oct-05 22:14
LiquidE_SA1-Oct-05 22:14 
AnswerRe: CString question Pin
AHawk1-Oct-05 22:50
AHawk1-Oct-05 22:50 
GeneralRe: CString question Pin
hamidreza_buddy1-Oct-05 23:17
hamidreza_buddy1-Oct-05 23:17 
AnswerRe: CString question Pin
Christian Graus2-Oct-05 3:01
protectorChristian Graus2-Oct-05 3:01 
AnswerRe: CString question Pin
toxcct2-Oct-05 4:04
toxcct2-Oct-05 4:04 
AnswerRe: CString question Pin
benjnp2-Oct-05 4:56
benjnp2-Oct-05 4:56 
JokeRe: CString question Pin
Eytukan2-Oct-05 23:33
Eytukan2-Oct-05 23:33 
GeneralRe: CString question Pin
David Crow3-Oct-05 3:07
David Crow3-Oct-05 3:07 
GeneralRe: CString question Pin
benjnp3-Oct-05 5:06
benjnp3-Oct-05 5:06 
GeneralRe: CString question Pin
David Crow3-Oct-05 5:17
David Crow3-Oct-05 5:17 
GeneralRe: CString question Pin
benjnp3-Oct-05 23:09
benjnp3-Oct-05 23:09 
QuestionButtons background color Pin
hamidreza_buddy1-Oct-05 20:01
hamidreza_buddy1-Oct-05 20:01 
AnswerRe: Buttons background color Pin
Mircea Puiu1-Oct-05 20:57
Mircea Puiu1-Oct-05 20:57 
GeneralRe: Buttons background color Pin
hamidreza_buddy1-Oct-05 23:01
hamidreza_buddy1-Oct-05 23:01 
GeneralRe: Buttons background color Pin
ddmcr1-Oct-05 23:46
ddmcr1-Oct-05 23:46 
AnswerRe: Buttons background color Pin
Mircea Puiu2-Oct-05 0:36
Mircea Puiu2-Oct-05 0:36 
AnswerRe: Buttons background color Pin
John M. Drescher2-Oct-05 6:30
John M. Drescher2-Oct-05 6:30 

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.