The really nice feature of VC and Win32 console applications is its total runtime debugging support. You can simply click on the debug button Go (F5) to begin the execution of your program. If a runtime error occurs, the debugger will pop up at the point of the error with full debugging information available. If you place the mouse cursor on top of a variable in the code, the debugger will immediately show you the current contents of that field! The list of features goes on and on.
Read more »
↧