Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question"hard-wired" in C++ Pin
Jay034-Aug-06 10:10
Jay034-Aug-06 10:10 
AnswerRe: "hard-wired" in C++ Pin
RChin4-Aug-06 11:14
RChin4-Aug-06 11:14 
AnswerRe: "hard-wired" in C++ Pin
Ravi Bhavnani4-Aug-06 11:53
professionalRavi Bhavnani4-Aug-06 11:53 
AnswerRe: "hard-wired" in C++ Pin
Rilhas6-Aug-06 3:39
Rilhas6-Aug-06 3:39 
QuestionVisual Studio Net 2003 does not catch divide by zero with doubles Pin
kpeng14-Aug-06 6:45
kpeng14-Aug-06 6:45 
AnswerRe: Visual Studio Net 2003 does not catch divide by zero with doubles Pin
Zac Howland4-Aug-06 7:03
Zac Howland4-Aug-06 7:03 
AnswerRe: Visual Studio Net 2003 does not catch divide by zero with doubles Pin
Chris Losinger4-Aug-06 7:04
professionalChris Losinger4-Aug-06 7:04 
AnswerRe: Visual Studio Net 2003 does not catch divide by zero with doubles [modified] Pin
Sarath C4-Aug-06 7:09
Sarath C4-Aug-06 7:09 
Semantics changed since Visual C++ 7.1; structured exceptions (SEH) are no longer caught

When compiling with /EHs, a catch(...) block will not catch a structured exception (divide by zero, null pointer, for example); a catch(...) block will only catch explicitly-thrown, C++ exceptions.

Check MSDN for more information[^]


SaRath.

"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"

My Blog | Understanding State Pattern
 
Last modified: Friday, August 04, 2006 12:11:47 PM --

AnswerRe: Visual Studio Net 2003 does not catch divide by zero with doubles Pin
David Crow4-Aug-06 7:50
David Crow4-Aug-06 7:50 
AnswerRe: Visual Studio Net 2003 does not catch divide by zero with doubles Pin
kpeng14-Aug-06 8:14
kpeng14-Aug-06 8:14 
GeneralRe: Visual Studio Net 2003 does not catch divide by zero with doubles Pin
Zac Howland4-Aug-06 8:36
Zac Howland4-Aug-06 8:36 
AnswerRe: Visual Studio Net 2003 does not catch divide by zero with doubles Pin
Joe Woodbury4-Aug-06 16:42
professionalJoe Woodbury4-Aug-06 16:42 
Questionbad pointer Pin
jon-804-Aug-06 6:15
professionaljon-804-Aug-06 6:15 
QuestionRe: bad pointer Pin
David Crow4-Aug-06 6:32
David Crow4-Aug-06 6:32 
AnswerRe: bad pointer Pin
jon-804-Aug-06 6:53
professionaljon-804-Aug-06 6:53 
GeneralRe: bad pointer Pin
David Crow4-Aug-06 7:16
David Crow4-Aug-06 7:16 
GeneralRe: bad pointer Pin
jon-804-Aug-06 9:34
professionaljon-804-Aug-06 9:34 
QuestionRe: bad pointer Pin
David Crow4-Aug-06 9:40
David Crow4-Aug-06 9:40 
AnswerRe: bad pointer [modified] Pin
Zac Howland4-Aug-06 6:57
Zac Howland4-Aug-06 6:57 
QuestionRe: bad pointer Pin
jon-804-Aug-06 9:51
professionaljon-804-Aug-06 9:51 
AnswerRe: bad pointer Pin
David Crow4-Aug-06 9:56
David Crow4-Aug-06 9:56 
AnswerRe: bad pointer Pin
Zac Howland4-Aug-06 10:05
Zac Howland4-Aug-06 10:05 
AnswerRe: bad pointer Pin
Stober4-Aug-06 8:19
Stober4-Aug-06 8:19 
GeneralRe: bad pointer Pin
jon-804-Aug-06 9:29
professionaljon-804-Aug-06 9:29 
Questionusing search in VC++ 2005 Pro Pin
Stober4-Aug-06 4:39
Stober4-Aug-06 4:39 

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.