Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need EXTREME help on System-Wide Hook Pin
Sprudling3-Nov-01 13:10
Sprudling3-Nov-01 13:10 
GeneralFile Open in SDI Pin
2-Nov-01 15:37
suss2-Nov-01 15:37 
GeneralRe: File Open in SDI Pin
Christian Graus2-Nov-01 20:44
protectorChristian Graus2-Nov-01 20:44 
Generaltry/catch Pin
Xian2-Nov-01 12:49
Xian2-Nov-01 12:49 
GeneralRe: try/catch Pin
Michael Dunn2-Nov-01 14:27
sitebuilderMichael Dunn2-Nov-01 14:27 
GeneralRe: try/catch Pin
Todd Smith2-Nov-01 19:05
Todd Smith2-Nov-01 19:05 
GeneralRe: try/catch [Thanks for the insight!] Pin
Xian3-Nov-01 4:54
Xian3-Nov-01 4:54 
GeneralRe: try/catch Pin
James R. Twine3-Nov-01 18:23
James R. Twine3-Nov-01 18:23 
   In addition to the other replies, the "expense" of exception handling greatly depends on how it is (mis)used.

   For example, wrapping your entire application's code with a single try/catch is not too expensive.  But wrapping every single call to "recv(...)" or "send(...)" or every time you process a window messages (if you have a message pump) might be.

   Peace!


-=- James.
GeneralRe: try/catch Pin
Xian4-Nov-01 7:53
Xian4-Nov-01 7:53 
GeneralRe: try/catch Pin
James R. Twine4-Nov-01 8:13
James R. Twine4-Nov-01 8:13 
GeneralRe: try/catch Pin
Mike Nordell7-Nov-01 2:20
Mike Nordell7-Nov-01 2:20 
GeneralRe: try/catch Pin
James R. Twine7-Nov-01 15:08
James R. Twine7-Nov-01 15:08 
GeneralADO in MFC Pin
2-Nov-01 12:02
suss2-Nov-01 12:02 
GeneralRe: ADO in MFC Pin
Christian Graus2-Nov-01 20:46
protectorChristian Graus2-Nov-01 20:46 
GeneralRe: ADO in MFC Pin
5-Nov-01 14:51
suss5-Nov-01 14:51 
GeneralSystemParametersInfo Fails under WindowsXP... Pin
Joshua Guy2-Nov-01 10:40
Joshua Guy2-Nov-01 10:40 
QuestionIs there a memory limit for the "new" operator? Pin
clintsinger2-Nov-01 9:57
clintsinger2-Nov-01 9:57 
AnswerRe: Is there a memory limit for the "new" operator? Pin
Xian2-Nov-01 12:54
Xian2-Nov-01 12:54 
AnswerTry this... Pin
2-Nov-01 19:05
suss2-Nov-01 19:05 
GeneralRe: Try this... Pin
Anders Molin3-Nov-01 6:31
professionalAnders Molin3-Nov-01 6:31 
GeneralRe: Try this... Pin
clintsinger5-Nov-01 9:18
clintsinger5-Nov-01 9:18 
GeneralRe: Try this... Pin
Anders Molin5-Nov-01 9:47
professionalAnders Molin5-Nov-01 9:47 
GeneralMFC Bitmaps..... Pin
2-Nov-01 7:06
suss2-Nov-01 7:06 
GeneralRe: MFC Bitmaps..... Pin
Christian Graus2-Nov-01 20:50
protectorChristian Graus2-Nov-01 20:50 
Generalstring and CString Pin
2-Nov-01 7:01
suss2-Nov-01 7:01 

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.