Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is it possible to make an array size of 1?? Pin
Ryan Binns2-Jul-03 16:17
Ryan Binns2-Jul-03 16:17 
GeneralRe: Is it possible to make an array size of 1?? Pin
Toni783-Jul-03 19:25
Toni783-Jul-03 19:25 
GeneralGet the version of my Application.. Pin
RobJones2-Jul-03 6:04
RobJones2-Jul-03 6:04 
GeneralRe: Get the version of my Application.. Pin
AlexO2-Jul-03 6:13
AlexO2-Jul-03 6:13 
GeneralRe: Get the version of my Application.. Pin
RobJones2-Jul-03 6:24
RobJones2-Jul-03 6:24 
GeneralThanks.. Pin
RobJones2-Jul-03 6:47
RobJones2-Jul-03 6:47 
GeneralC++ Exceptions and Catch-All Handlers Pin
TheGlynn2-Jul-03 5:30
TheGlynn2-Jul-03 5:30 
GeneralRe: C++ Exceptions and Catch-All Handlers Pin
jhwurmbach2-Jul-03 5:41
jhwurmbach2-Jul-03 5:41 
Does std::exception::what() help you? Or do you need to differtiate the exception objects at runtime and react on their type? Then typeid may help you (look for RTTI in MSDN)to determine the type of the exception-object you caught.

But maybe you simply can replace the catch(...) with a list of catches for the exception classes you need.



My opinions may have changed, but not the fact that I am right.
GeneralRe: C++ Exceptions and Catch-All Handlers Pin
John M. Drescher2-Jul-03 5:46
John M. Drescher2-Jul-03 5:46 
GeneralRe: C++ Exceptions and Catch-All Handlers Pin
peterchen2-Jul-03 10:48
peterchen2-Jul-03 10:48 
GeneralHeap Pin
Ken Mazaika2-Jul-03 5:18
Ken Mazaika2-Jul-03 5:18 
GeneralRe: Heap Pin
Dean Goodman2-Jul-03 5:40
Dean Goodman2-Jul-03 5:40 
GeneralRe: Heap Pin
Ken Mazaika2-Jul-03 5:49
Ken Mazaika2-Jul-03 5:49 
GeneralRe: Heap Pin
Dean Goodman2-Jul-03 6:12
Dean Goodman2-Jul-03 6:12 
GeneralRe: Heap Pin
Ken Mazaika2-Jul-03 7:39
Ken Mazaika2-Jul-03 7:39 
GeneralRe: Heap Pin
AlexO2-Jul-03 6:57
AlexO2-Jul-03 6:57 
GeneralEditing Title Bar Captions Pin
Captain Apathy2-Jul-03 5:02
Captain Apathy2-Jul-03 5:02 
GeneralRe: Editing Title Bar Captions Pin
David Crow2-Jul-03 10:26
David Crow2-Jul-03 10:26 
GeneralRe: Editing Title Bar Captions Pin
Captain Apathy2-Jul-03 10:44
Captain Apathy2-Jul-03 10:44 
GeneralRe: Editing Title Bar Captions Pin
Trollslayer2-Jul-03 11:24
mentorTrollslayer2-Jul-03 11:24 
QuestionTimeStamps ?? Pin
johnstonsk2-Jul-03 4:20
johnstonsk2-Jul-03 4:20 
AnswerRe: TimeStamps ?? Pin
AlexO2-Jul-03 4:42
AlexO2-Jul-03 4:42 
GeneralAdding background to CDHtmlDialog Pin
Jack_pt2-Jul-03 3:39
Jack_pt2-Jul-03 3:39 
GeneralRe: Adding background to CDHtmlDialog Pin
basementman2-Jul-03 4:54
basementman2-Jul-03 4:54 
GeneralRe: Adding background to CDHtmlDialog Pin
Ken Mazaika2-Jul-03 5:35
Ken Mazaika2-Jul-03 5:35 

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.