wolexzo2 wrote:
> --- In [email protected], Thomas Hruska <[EMAIL PROTECTED]> wrote:
> 
>> As to the code exiting quickly, that is because the console window 
>> closes automatically at the end of the program.  Throwing in a 
>> breakpoint (F9) at the end of the program is a pretty good solution.
>  
> 
> I don't understand, Thomas, what do you mean by this.How do I through 
> in a breakpoint.

You select the line in main() with the 'return 0;' statement and press 
the F9 key on your keyboard (or select Debug->Breakpoint from the 
menu...but no one does that more than one time).  A big red/pink circle 
  should appear next to the line to indicate a breakpoint.  Then press 
F5 (or click the 'Play'-like button) to start the debugger.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to