Click here to Skip to main content
15,909,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString and binary file Pin
pnpfriend19-Jun-07 4:48
pnpfriend19-Jun-07 4:48 
GeneralRe: CString and binary file Pin
David Crow19-Jun-07 5:05
David Crow19-Jun-07 5:05 
QuestionHow to use different language enum for PropertyGrid? Pin
moonreflection200018-Jun-07 11:34
moonreflection200018-Jun-07 11:34 
Questionoperator new and CObject Pin
bob1697218-Jun-07 11:17
bob1697218-Jun-07 11:17 
AnswerRe: operator new and CObject Pin
Mark Salsbery18-Jun-07 11:33
Mark Salsbery18-Jun-07 11:33 
GeneralRe: operator new and CObject Pin
bob1697218-Jun-07 12:01
bob1697218-Jun-07 12:01 
GeneralRe: operator new and CObject Pin
Mark Salsbery18-Jun-07 12:11
Mark Salsbery18-Jun-07 12:11 
GeneralRe: operator new and CObject Pin
Bram van Kampen18-Jun-07 14:45
Bram van Kampen18-Jun-07 14:45 
Have I Seen this Article before? No,

Reading the Original Question, I had not seen this article either! Sounds quite Drastic,BUT there is only one additional burden, and that is to register an exception handler as early as possible,(i.e Before any NULL Pointer can occur in User Code. InitApp() seems to be a good place.

At the other hand, very many of us spend most of our coding time to write 'if's' and 'but's to deal with faulting. This clutters up the general flow of the code we write. Exception handeling is in practice seldomly used as a mechanism, mainly because it is complex in nature, and not worth the bother.
This suttle change will hopefully be the impetus for people to learn about the syntax of exception handeling, and ultimately make code and program Syntax clearer.

LateNightsInNewry

GeneralRe: operator new and CObject Pin
bob1697218-Jun-07 15:00
bob1697218-Jun-07 15:00 
GeneralRe: operator new and CObject Pin
Mark Salsbery18-Jun-07 13:11
Mark Salsbery18-Jun-07 13:11 
GeneralRe: operator new and CObject Pin
bob1697218-Jun-07 15:08
bob1697218-Jun-07 15:08 
GeneralRe: operator new and CObject Pin
Mark Salsbery18-Jun-07 15:27
Mark Salsbery18-Jun-07 15:27 
GeneralRe: operator new and CObject Pin
Bram van Kampen19-Jun-07 14:27
Bram van Kampen19-Jun-07 14:27 
GeneralRe: operator new and CObject Pin
Mark Salsbery19-Jun-07 14:58
Mark Salsbery19-Jun-07 14:58 
QuestionQuery interface parameter Pin
_tasleem18-Jun-07 10:47
_tasleem18-Jun-07 10:47 
AnswerRe: Query interface parameter Pin
Mark Salsbery18-Jun-07 11:08
Mark Salsbery18-Jun-07 11:08 
GeneralRe: Query interface parameter Pin
_tasleem19-Jun-07 2:47
_tasleem19-Jun-07 2:47 
GeneralRe: Query interface parameter Pin
Mark Salsbery19-Jun-07 4:33
Mark Salsbery19-Jun-07 4:33 
GeneralRe: Query interface parameter Pin
_tasleem19-Jun-07 9:04
_tasleem19-Jun-07 9:04 
QuestionGDI+ documentation Pin
Force Code18-Jun-07 7:43
Force Code18-Jun-07 7:43 
AnswerRe: GDI+ documentation Pin
Mark Salsbery18-Jun-07 7:47
Mark Salsbery18-Jun-07 7:47 
GeneralRe: GDI+ documentation Pin
Force Code18-Jun-07 8:16
Force Code18-Jun-07 8:16 
GeneralRe: GDI+ documentation Pin
Mark Salsbery18-Jun-07 8:34
Mark Salsbery18-Jun-07 8:34 
GeneralRe: GDI+ documentation Pin
Force Code18-Jun-07 10:08
Force Code18-Jun-07 10:08 
GeneralRe: GDI+ documentation Pin
Mark Salsbery18-Jun-07 11:04
Mark Salsbery18-Jun-07 11:04 

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.