Click here to Skip to main content
15,917,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFrustration levels mounting. Pin
73Zeppelin29-Sep-03 15:27
73Zeppelin29-Sep-03 15:27 
GeneralRe: Frustration levels mounting. Pin
Dave Bryant29-Sep-03 15:35
Dave Bryant29-Sep-03 15:35 
GeneralRe: Frustration levels mounting. (LARGE) Pin
Dave Bryant29-Sep-03 15:57
Dave Bryant29-Sep-03 15:57 
GeneralRe: Frustration levels mounting. (LARGE) Pin
73Zeppelin29-Sep-03 16:03
73Zeppelin29-Sep-03 16:03 
GeneralRe: Frustration levels mounting. (LARGE) Pin
Jim Crafton29-Sep-03 17:56
Jim Crafton29-Sep-03 17:56 
QuestionTo any Microsoft lurkers: MFC Enhancements? Pin
Joe Woodbury29-Sep-03 15:24
professionalJoe Woodbury29-Sep-03 15:24 
AnswerRe: To any Microsoft lurkers: MFC Enhancements? Pin
Jim Crafton29-Sep-03 18:02
Jim Crafton29-Sep-03 18:02 
GeneralRe: To any Microsoft lurkers: MFC Enhancements? Pin
Joe Woodbury29-Sep-03 18:14
professionalJoe Woodbury29-Sep-03 18:14 
GeneralRe: To any Microsoft lurkers: MFC Enhancements? Pin
Jim Crafton29-Sep-03 18:25
Jim Crafton29-Sep-03 18:25 
GeneralRe: To any Microsoft lurkers: MFC Enhancements? Pin
Joe Woodbury29-Sep-03 18:56
professionalJoe Woodbury29-Sep-03 18:56 
AnswerRe: To any Microsoft lurkers: MFC Enhancements? Pin
Anonymous29-Sep-03 21:15
Anonymous29-Sep-03 21:15 
GeneralRe: To any Microsoft lurkers: MFC Enhancements? Pin
Joe Woodbury30-Sep-03 4:50
professionalJoe Woodbury30-Sep-03 4:50 
AnswerRe: To any Microsoft lurkers: MFC Enhancements? Pin
jhwurmbach29-Sep-03 21:53
jhwurmbach29-Sep-03 21:53 
GeneralRe: To any Microsoft lurkers: MFC Enhancements? Pin
Joe Woodbury30-Sep-03 4:35
professionalJoe Woodbury30-Sep-03 4:35 
AnswerRe: To any Microsoft lurkers: MFC Enhancements? Pin
Neville Franks30-Sep-03 1:23
Neville Franks30-Sep-03 1:23 
GeneralRe: To any Microsoft lurkers: MFC Enhancements? Pin
Joe Woodbury30-Sep-03 4:47
professionalJoe Woodbury30-Sep-03 4:47 
GeneralLinked List Question Pin
Abin29-Sep-03 14:15
Abin29-Sep-03 14:15 
GeneralRe: Linked List Question Pin
Navin29-Sep-03 14:42
Navin29-Sep-03 14:42 
GeneralRe: Linked List Question Pin
Dave Bryant29-Sep-03 15:15
Dave Bryant29-Sep-03 15:15 
QuestionHow about ctoolbar! simple! Pin
twing29-Sep-03 14:04
twing29-Sep-03 14:04 
AnswerRe: How about ctoolbar! simple! Pin
twing29-Sep-03 20:36
twing29-Sep-03 20:36 
GeneralCTRL+C and CTRL+V doesn't work on combox, placed on DialogBar Pin
SandeepN29-Sep-03 13:09
SandeepN29-Sep-03 13:09 
GeneralProblem when executing this code Pin
29-Sep-03 12:33
suss29-Sep-03 12:33 
Hi all. New here to coding kind of. Check out the following code.

#include "iostream.h"<br />
#include "cstdio.h"<br />
#include "cstring.h"<br />
<br />
int main()<br />
{<br />
     char str[80];<br />
     cout << "Enter a sentence: ";<br />
     gets (str)<br />
     cout << "\nYou entered: " << str<br />
<br />
     return 0;<br />
}


What it does is nothing, but prompts you to enter the string BEFORE it couts "Enter a sentence: ". Why would this be, cout is clearly supposed to be executed before the statement gets (str);.

How the heck does it get that out of what I coded. Wrong version of VC or something ? using MS VC 6.0. How can this be. I am banging my head against the wall. Mad | :mad: lol

Thank you much people.
GeneralRe: Problem when executing this code Pin
Paul Belikian29-Sep-03 13:03
Paul Belikian29-Sep-03 13:03 
GeneralRe: Problem when executing this code Pin
Tim Smith29-Sep-03 13:17
Tim Smith29-Sep-03 13:17 

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.