Changes

Jump to navigation Jump to search
196 bytes added ,  10:50, 24 May 2008
no edit summary
Line 44: Line 44:  
     // ....
 
     // ....
 
     exit(0);
 
     exit(0);
 
+
Note: The floating around __crtmain code is faulty in the aspect that it does not call exit as the standard requires. Fix it your self. In addition, it also does not call the constructors for global objects in c++. But that's what you get when using quickly hacked together one liners.
PS: maybe it's just me, but "return" never works. "exit(0)" does fine. [[aksommerville]]
      
=Debugging Tip=
 
=Debugging Tip=
351

edits

Navigation menu