Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNeed EXTREME help on System-Wide Hook Pin
2-Nov-01 19:33
suss2-Nov-01 19:33 
GeneralRe: Need EXTREME help on System-Wide Hook Pin
Youknowme2-Nov-01 19:48
Youknowme2-Nov-01 19:48 
GeneralMany Thanks :) Pin
3-Nov-01 0:45
suss3-Nov-01 0:45 
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 
Game programming and "normal app" programming are entirely different animals. Games are all about speed, speed, and more speed. When you write something like a Telnet app, most of your cycles will be spent waiting for the user to do something, or waiting for data to arrive via the connection.

I personally use return values for errors. It's what I'm used to and I would gain nothing by using exceptions. MHO of course.

--Mike--
http://home.inreach.com/mdunn/
#include "witty_sig.h"
Heart | [heart] your Green Alien | [Alien] with Good Stuff | [The good stuff] and Beer | [beer]
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 
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 

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.