Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get WM_VCSROLL ? Pin
freehawk13-Dec-04 17:05
freehawk13-Dec-04 17:05 
AnswerRe: How to get WM_VCSROLL ? Pin
ytod13-Dec-04 23:32
ytod13-Dec-04 23:32 
QuestionHow do we run an Exe File when openning the Windows? Pin
pubududilena13-Dec-04 16:49
pubududilena13-Dec-04 16:49 
AnswerRe: How do we run an Exe File when openning the Windows? Pin
Yulianto.13-Dec-04 17:13
Yulianto.13-Dec-04 17:13 
AnswerRe: How do we run an Exe File when openning the Windows? Pin
Arsalan Malik13-Dec-04 19:36
Arsalan Malik13-Dec-04 19:36 
AnswerRe: How do we run an Exe File when openning the Windows? Pin
vishalmore13-Dec-04 20:00
vishalmore13-Dec-04 20:00 
GeneralColor Palette Toolbar Pin
Tony Teveris13-Dec-04 14:17
Tony Teveris13-Dec-04 14:17 
GeneralRe: Color Palette Toolbar Pin
Sujan Christo13-Dec-04 20:58
Sujan Christo13-Dec-04 20:58 
GeneralExponents Pin
Verolix13-Dec-04 13:54
Verolix13-Dec-04 13:54 
GeneralRe: Exponents Pin
Ryan Binns13-Dec-04 16:56
Ryan Binns13-Dec-04 16:56 
GeneralRe: Exponents Pin
Yulianto.13-Dec-04 17:14
Yulianto.13-Dec-04 17:14 
GeneralParser Pin
Verolix13-Dec-04 13:51
Verolix13-Dec-04 13:51 
GeneralRe: Parser Pin
Yulianto.13-Dec-04 17:18
Yulianto.13-Dec-04 17:18 
GeneralRe: Parser Pin
*Dreamz13-Dec-04 17:50
*Dreamz13-Dec-04 17:50 
GeneralRe: Parser Pin
Antony M Kancidrowski14-Dec-04 0:57
Antony M Kancidrowski14-Dec-04 0:57 
GeneralRe: Parser Pin
toxcct14-Dec-04 4:38
toxcct14-Dec-04 4:38 
GeneralRe: Parser Pin
Verolix14-Dec-04 11:41
Verolix14-Dec-04 11:41 
GeneralRe: Parser Pin
toxcct15-Dec-04 3:00
toxcct15-Dec-04 3:00 
Generalswab function Pin
elephantstar13-Dec-04 12:46
elephantstar13-Dec-04 12:46 
GeneralPorblem Pin
engineerpilotdude13-Dec-04 12:29
engineerpilotdude13-Dec-04 12:29 
I don't know if this is the right forum, so bear with me. I'm pretty new, and I just need some help stopping the infinite loop that is occuring in my programming. The bit that is causing problems is pretty simple, but I can't figure out the problem! Here it is:

void Error_day()<br />
{<br />
      int enter1;<br />
<br />
      cout << "That is not a day!\n";<br />
      cout << "Type 'C' then press 'enter' to continue...\n";<br />
      cin >> enter1;<br />
<br />
      get_info();<br />
}


Any help would be appreciated. Thanks

Only Neo is me, no Cleo can see, my future, if she did I'd shoot her!
GeneralRe: Porblem Pin
Arsalan Malik13-Dec-04 19:48
Arsalan Malik13-Dec-04 19:48 
GeneralRe: Porblem Pin
namaskaaram13-Dec-04 20:34
namaskaaram13-Dec-04 20:34 
GeneralRe: Porblem Pin
Henry miller14-Dec-04 10:41
Henry miller14-Dec-04 10:41 
GeneralQuestion about static variable that define in a function Pin
nachilau13-Dec-04 10:34
nachilau13-Dec-04 10:34 
GeneralRe: Question about static variable that define in a function Pin
Joaquín M López Muñoz13-Dec-04 10:51
Joaquín M López Muñoz13-Dec-04 10:51 

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.