Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 2:43
Ryan Binns10-Jul-03 2:43 
GeneralRe: printf() or cout ? Pin
keegan10-Jul-03 2:52
keegan10-Jul-03 2:52 
GeneralRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 2:57
Ryan Binns10-Jul-03 2:57 
GeneralRe: printf() or cout ? Pin
keegan10-Jul-03 3:30
keegan10-Jul-03 3:30 
GeneralRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 3:32
Ryan Binns10-Jul-03 3:32 
AnswerRe: printf() or cout ? Pin
Tim Smith10-Jul-03 4:04
Tim Smith10-Jul-03 4:04 
GeneralRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 4:16
Ryan Binns10-Jul-03 4:16 
AnswerRe: printf() or cout ? Pin
David Crow10-Jul-03 4:49
David Crow10-Jul-03 4:49 
One of the benefits of using cout is that it can display many types without the programmer having to specify any formatting, whereas with printf() you'd have to specifiy all of those % thingies. That said, when I am creating a console application, I use printf() nearly 100% of the time, unless I am showing someone how to do something C++ specific (e.g., if your object provides >> and << operators, it can fit right in with cout and cin).
GeneralMigrate from VC6 to VS.net (ie MFC 4.2 to MFC 5) Pin
DREVET Olivier10-Jul-03 1:27
DREVET Olivier10-Jul-03 1:27 
GeneralMFC error Pin
BoudewijnEctor10-Jul-03 0:45
BoudewijnEctor10-Jul-03 0:45 
GeneralRe: MFC error Pin
Anthony_Yio10-Jul-03 1:40
Anthony_Yio10-Jul-03 1:40 
GeneralRe: MFC error Pin
BoudewijnEctor10-Jul-03 2:07
BoudewijnEctor10-Jul-03 2:07 
GeneralRe: MFC error Pin
Anthony_Yio10-Jul-03 15:39
Anthony_Yio10-Jul-03 15:39 
GeneralRe: MFC error Pin
BoudewijnEctor10-Jul-03 21:26
BoudewijnEctor10-Jul-03 21:26 
QuestionRemove DOS line endings inside VC IDE? Pin
Moak10-Jul-03 0:41
Moak10-Jul-03 0:41 
AnswerRe: Remove DOS line endings inside VC IDE? Pin
Ryan Binns10-Jul-03 0:58
Ryan Binns10-Jul-03 0:58 
AnswerRe: Remove DOS line endings inside VC IDE? Pin
Nathan Blomquist10-Jul-03 5:47
Nathan Blomquist10-Jul-03 5:47 
GeneralRe: Remove DOS line endings - VC6 IDE? Pin
Moak10-Jul-03 7:16
Moak10-Jul-03 7:16 
GeneralMFC Array Classes Pin
LittleYellowBird10-Jul-03 0:35
LittleYellowBird10-Jul-03 0:35 
GeneralRe: MFC Array Classes Pin
Ryan Binns10-Jul-03 0:37
Ryan Binns10-Jul-03 0:37 
GeneralRe: MFC Array Classes Pin
LittleYellowBird10-Jul-03 0:52
LittleYellowBird10-Jul-03 0:52 
GeneralRe: MFC Array Classes Pin
Ryan Binns10-Jul-03 0:55
Ryan Binns10-Jul-03 0:55 
GeneralRe: MFC Array Classes Pin
jhwurmbach10-Jul-03 2:07
jhwurmbach10-Jul-03 2:07 
GeneralProperty Pages Pin
JohnAtTopcon10-Jul-03 0:32
JohnAtTopcon10-Jul-03 0:32 
GeneralRe: Property Pages Pin
basementman10-Jul-03 7:34
basementman10-Jul-03 7:34 

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.