Click here to Skip to main content
15,902,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Something really strange !! Pin
Franz Klein23-May-03 3:01
Franz Klein23-May-03 3:01 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 3:07
Cedric Moonen23-May-03 3:07 
GeneralRe: Something really strange !! Pin
basementman23-May-03 4:08
basementman23-May-03 4:08 
Questionis the pipe the fastest? Pin
novachen22-May-03 21:17
novachen22-May-03 21:17 
AnswerRe: is the pipe the fastest? Pin
Stuart Dootson23-May-03 0:59
professionalStuart Dootson23-May-03 0:59 
GeneralRe: is the pipe the fastest? Pin
basementman23-May-03 4:09
basementman23-May-03 4:09 
GeneralRe: is the pipe the fastest? Pin
Stuart Dootson23-May-03 5:13
professionalStuart Dootson23-May-03 5:13 
Questiondon't catch in release? Pin
novachen22-May-03 21:01
novachen22-May-03 21:01 
Hi!
I just try to add some exception procession in my console program. But it seems work in debug but not in release. I don't know what's up. In debug, it output a "catch it" and stop itself. but in release, there is a dialog popup out "Integer Divide by Zero".

int a = 0;
int b;
try
{
b = 10 / a;
printf("b = %d a = %d\n", b, a);
}
catch (...)
{
printf("catch it");
return -1;
}

return 0;

AnswerRe: don't catch in release? Pin
Toni7822-May-03 22:26
Toni7822-May-03 22:26 
GeneralRe: don't catch in release? Pin
jhwurmbach22-May-03 23:10
jhwurmbach22-May-03 23:10 
GeneralRe: don't catch in release? Pin
Toni7823-May-03 19:20
Toni7823-May-03 19:20 
GeneralRe: don't catch in release? Pin
novachen24-May-03 1:50
novachen24-May-03 1:50 
GeneralRe: don't catch in release? Pin
Toni7824-May-03 18:57
Toni7824-May-03 18:57 
AnswerRe: don't catch in release? Pin
jhwurmbach22-May-03 23:08
jhwurmbach22-May-03 23:08 
GeneralRe: don't catch in release? Pin
novachen24-May-03 1:54
novachen24-May-03 1:54 
AnswerRe: don't catch in release? Pin
Tim Smith23-May-03 1:53
Tim Smith23-May-03 1:53 
GeneralRe: don't catch in release? Pin
saierdia23-May-03 2:33
saierdia23-May-03 2:33 
GeneralPrinting Pin
Petr_P22-May-03 20:29
Petr_P22-May-03 20:29 
GeneralRe: Printing Pin
Anonymous6-Feb-04 0:07
Anonymous6-Feb-04 0:07 
GeneralCStringArray in C++ Pin
Mazdak22-May-03 19:25
Mazdak22-May-03 19:25 
GeneralRe: CStringArray in C++ Pin
Joaquín M López Muñoz22-May-03 19:39
Joaquín M López Muñoz22-May-03 19:39 
GeneralRe: CStringArray in C++ Pin
Mazdak22-May-03 21:24
Mazdak22-May-03 21:24 
QuestionHow to Install a Windows XP theme in MFC program Pin
jia_wei22-May-03 18:37
jia_wei22-May-03 18:37 
QuestionHow do I set the “Comment” attribute of a file or folder using VB script ? Pin
Serge Krynine22-May-03 18:01
Serge Krynine22-May-03 18:01 
QuestionWhat does macro guard do in header file. Pin
Link260022-May-03 17:33
Link260022-May-03 17:33 

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.