Click here to Skip to main content
16,013,747 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Class member inlining...??? Pin
alex.barylski4-Feb-02 23:51
alex.barylski4-Feb-02 23:51 
AnswerRe: Class member inlining...??? Pin
5-Feb-02 5:44
suss5-Feb-02 5:44 
AnswerRe: Class member inlining...??? Pin
Andreas Saurwein5-Feb-02 6:07
Andreas Saurwein5-Feb-02 6:07 
GeneralRe: Class member inlining...??? Pin
alex.barylski5-Feb-02 10:58
alex.barylski5-Feb-02 10:58 
AnswerRe: Class member inlining...??? Pin
Nemanja Trifunovic5-Feb-02 6:22
Nemanja Trifunovic5-Feb-02 6:22 
GeneralRe: Class member inlining...??? Pin
alex.barylski5-Feb-02 9:57
alex.barylski5-Feb-02 9:57 
GeneralHeap try/catch technique Pin
alex.barylski4-Feb-02 21:09
alex.barylski4-Feb-02 21:09 
GeneralRe: Heap try/catch technique Pin
Joaquín M López Muñoz4-Feb-02 21:36
Joaquín M López Muñoz4-Feb-02 21:36 
As it stands, HeapReAlloc does not throw any exception (it returns NULL on failure), so your exception handler will never be called. You can add the flag HEAP_GENERATE_EXCEPTIONS to indicate HeapReAlloc to throw on exception if it fails, but even so the technique is probably more expensive (in computational terms) than the simpler check against NULL (IMHO).

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Heap try/catch technique Pin
alex.barylski4-Feb-02 21:40
alex.barylski4-Feb-02 21:40 
GeneralRe: Heap try/catch technique Pin
Joaquín M López Muñoz4-Feb-02 22:01
Joaquín M López Muñoz4-Feb-02 22:01 
GeneralA problem with "find" operations in an application with CHtmlView Pin
AVR4-Feb-02 20:53
AVR4-Feb-02 20:53 
Generalwhen the owner window of caret is inactive Pin
AnonymousBabe@usa.net4-Feb-02 20:21
AnonymousBabe@usa.net4-Feb-02 20:21 
GeneralRe: when the owner window of caret is inactive Pin
alex.barylski4-Feb-02 20:45
alex.barylski4-Feb-02 20:45 
GeneralRe: when the owner window of caret is inactive Pin
AnonymousBabe@usa.net5-Feb-02 13:57
AnonymousBabe@usa.net5-Feb-02 13:57 
GeneralRe: when the owner window of caret is inactive Pin
alex.barylski5-Feb-02 14:26
alex.barylski5-Feb-02 14:26 
GeneralRe: when the owner window of caret is inactive Pin
AnonymousBabe@usa.net5-Feb-02 15:59
AnonymousBabe@usa.net5-Feb-02 15:59 
GeneralRe: when the owner window of caret is inactive Pin
alex.barylski5-Feb-02 16:39
alex.barylski5-Feb-02 16:39 
GeneralRe: when the owner window of caret is inactive Pin
AnonymousBabe@usa.net5-Feb-02 17:20
AnonymousBabe@usa.net5-Feb-02 17:20 
GeneralRe: when the owner window of caret is inactive Pin
alex.barylski5-Feb-02 17:49
alex.barylski5-Feb-02 17:49 
GeneralCD Writer Pin
4-Feb-02 20:07
suss4-Feb-02 20:07 
GeneralRe: CD Writer Pin
alex.barylski4-Feb-02 20:57
alex.barylski4-Feb-02 20:57 
General_cast<>'s Pin
Jamie Nordmeyer4-Feb-02 18:43
Jamie Nordmeyer4-Feb-02 18:43 
GeneralRe: _cast<>'s Pin
Christian Graus4-Feb-02 19:17
protectorChristian Graus4-Feb-02 19:17 
GeneralRe: _cast<>'s Pin
Joaquín M López Muñoz4-Feb-02 19:53
Joaquín M López Muñoz4-Feb-02 19:53 
GeneralRe: _cast<>'s Pin
Michael Dunn4-Feb-02 21:08
sitebuilderMichael Dunn4-Feb-02 21:08 

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.