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

C / C++ / MFC

 
GeneralRe: Getting Systeminformations Pin
Sendel10-Apr-03 10:19
Sendel10-Apr-03 10:19 
GeneralCDao problem with 'create' Pin
naradaji10-Apr-03 4:00
naradaji10-Apr-03 4:00 
GeneralRe: CDao problem with 'create' Pin
Carlos Antollini10-Apr-03 4:05
Carlos Antollini10-Apr-03 4:05 
GeneralRe: CDao problem with 'create' Pin
naradaji10-Apr-03 4:08
naradaji10-Apr-03 4:08 
GeneralRe: CDao problem with 'create' Pin
Carlos Antollini10-Apr-03 4:26
Carlos Antollini10-Apr-03 4:26 
GeneralRe: CDao problem with 'create' Pin
naradaji10-Apr-03 4:42
naradaji10-Apr-03 4:42 
Generalexceptions Pin
Jonathan [Darka]10-Apr-03 3:56
professionalJonathan [Darka]10-Apr-03 3:56 
GeneralRe: exceptions Pin
Alvaro Mendez10-Apr-03 6:42
Alvaro Mendez10-Apr-03 6:42 
Exceptions, use them. They're great. They make your code a lot cleaner by:

1. Not requiring you to check for errors after every function call.
2. Grouping your error checking/handling code in the places where it makes sense.
3. Allowing your methods to return other more relevant information, instead of having to worry about always returning error codes.
4. Allowing you to receive not just an error code, but a descriptive message to go along with it, as well as whatever other information you want to provide.

Look at newer languages such as Java and C# and they all make extensive use of exception handling. It's the way to go.

Regards,
Alvaro


When birds fly in the right formation, they need only exert half the effort. Even in nature, teamwork results in collective laziness. -- despair.com
GeneralGetting the response headers Pin
RED10-Apr-03 3:47
RED10-Apr-03 3:47 
GeneralExecution question Pin
Jump_Around10-Apr-03 3:45
Jump_Around10-Apr-03 3:45 
GeneralRe: Execution question Pin
Cedric Moonen10-Apr-03 3:49
Cedric Moonen10-Apr-03 3:49 
GeneralRe: Execution question Pin
valikac10-Apr-03 7:47
valikac10-Apr-03 7:47 
GeneralRe: Execution question Pin
imsniper11-Apr-03 0:22
imsniper11-Apr-03 0:22 
QuestionHow to keep a C++ com dll in memory? Pin
Anonymously10-Apr-03 3:37
Anonymously10-Apr-03 3:37 
AnswerRe: How to keep a C++ com dll in memory? Pin
Brian Shifrin10-Apr-03 8:02
Brian Shifrin10-Apr-03 8:02 
GeneralRe: How to keep a C++ com dll in memory? Pin
Anonymously10-Apr-03 16:03
Anonymously10-Apr-03 16:03 
GeneralUrl problem Pin
Jump_Around10-Apr-03 3:34
Jump_Around10-Apr-03 3:34 
GeneralRe: Url problem Pin
rrrado10-Apr-03 3:46
rrrado10-Apr-03 3:46 
GeneralRe: Url problem Pin
Jump_Around10-Apr-03 7:59
Jump_Around10-Apr-03 7:59 
GeneralRe: Url problem Pin
rrrado10-Apr-03 21:48
rrrado10-Apr-03 21:48 
GeneralShowing preview in the explorer like for bmp etc. Pin
YuraSV10-Apr-03 3:31
YuraSV10-Apr-03 3:31 
GeneralChanges in STL from VC6 to VC7 Pin
Franz Klein10-Apr-03 3:17
Franz Klein10-Apr-03 3:17 
GeneralRe: Changes in STL from VC6 to VC7 Pin
Alexandru Savescu10-Apr-03 4:17
Alexandru Savescu10-Apr-03 4:17 
GeneralRe: Changes in STL from VC6 to VC7 Pin
Nemanja Trifunovic10-Apr-03 6:24
Nemanja Trifunovic10-Apr-03 6:24 
Generalswitch statement Pin
Aaron Knox10-Apr-03 3:13
Aaron Knox10-Apr-03 3:13 

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.