Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OT: Rajdeep.Net Pin
Rajesh R Subramanian28-Jul-09 0:29
professionalRajesh R Subramanian28-Jul-09 0:29 
GeneralRe: OT: Rajdeep.Net Pin
ThatsAlok21-Jun-12 21:34
ThatsAlok21-Jun-12 21:34 
QuestionRe: Function Call in C++ (Newbie question) Pin
David Crow16-Jun-09 2:57
David Crow16-Jun-09 2:57 
AnswerRe: Function Call in C++ (Newbie question) Pin
molesworth16-Jun-09 3:36
molesworth16-Jun-09 3:36 
QuestionProblem running while and scanf Pin
Denis J. González15-Jun-09 18:37
Denis J. González15-Jun-09 18:37 
AnswerRe: Problem running while and scanf Pin
«_Superman_»15-Jun-09 19:04
professional«_Superman_»15-Jun-09 19:04 
GeneralRe: Problem running while and scanf Pin
Denis J. González15-Jun-09 19:08
Denis J. González15-Jun-09 19:08 
GeneralRe: Problem running while and scanf Pin
«_Superman_»15-Jun-09 19:24
professional«_Superman_»15-Jun-09 19:24 
It clears the standard input buffer, in this case the keyboard buffer.
When you key in a character and press enter, the keyboard buffer will contain the keyed in character and the carriage return (enter key). Only the keyed in character is taken into the buffer (answer). So now the carriage return has to be cleared, otherwise the next scanf will automatically take that.

«_Superman
I love work. It gives me something to do between weekends.

Questionoffice automation - I want to use 'MS-WORD' and 'MS-EXCEL' together? Pin
soosun115-Jun-09 14:18
soosun115-Jun-09 14:18 
AnswerRe: office automation - I want to use 'MS-WORD' and 'MS-EXCEL' together? Pin
Stuart Dootson15-Jun-09 14:59
professionalStuart Dootson15-Jun-09 14:59 
AnswerRe: office automation - I want to use 'MS-WORD' and 'MS-EXCEL' together? Pin
«_Superman_»15-Jun-09 16:24
professional«_Superman_»15-Jun-09 16:24 
GeneralRe: office automation - I want to use 'MS-WORD' and 'MS-EXCEL' together? [modified] Pin
soosun116-Jun-09 4:49
soosun116-Jun-09 4:49 
GeneralRe: office automation - I want to use 'MS-WORD' and 'MS-EXCEL' together? Pin
«_Superman_»16-Jun-09 19:37
professional«_Superman_»16-Jun-09 19:37 
QuestionFile Read / Write etc Pin
egerving15-Jun-09 13:18
egerving15-Jun-09 13:18 
AnswerRe: File Read / Write etc Pin
Green Fuze15-Jun-09 21:34
Green Fuze15-Jun-09 21:34 
QuestionDifference between OLE and COM ??? Pin
Green Fuze15-Jun-09 12:50
Green Fuze15-Jun-09 12:50 
AnswerRe: Difference between OLE and COM ??? Pin
Stuart Dootson15-Jun-09 14:57
professionalStuart Dootson15-Jun-09 14:57 
GeneralRe: Difference between OLE and COM ??? Pin
Green Fuze15-Jun-09 21:23
Green Fuze15-Jun-09 21:23 
GeneralRe: Difference between OLE and COM ??? Pin
Stuart Dootson15-Jun-09 22:02
professionalStuart Dootson15-Jun-09 22:02 
GeneralRe: Difference between OLE and COM ??? Pin
Green Fuze15-Jun-09 23:29
Green Fuze15-Jun-09 23:29 
Questionhow do i find who has focus? Pin
xchen199815-Jun-09 12:46
xchen199815-Jun-09 12:46 
AnswerRe: how do i find who has focus? Pin
Stuart Dootson15-Jun-09 14:55
professionalStuart Dootson15-Jun-09 14:55 
QuestionDesktop wallpaper/background Pin
daavena15-Jun-09 12:27
daavena15-Jun-09 12:27 
AnswerRe: Desktop wallpaper/background Pin
«_Superman_»15-Jun-09 16:37
professional«_Superman_»15-Jun-09 16:37 
GeneralRe: Desktop wallpaper/background Pin
daavena16-Jun-09 6:30
daavena16-Jun-09 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.