[cs13001] Question

Mikhail Nesterenko mikhail at cs.kent.edu
Mon Feb 4 22:19:08 EST 2013


> 
> I noticed after you input something in a program it pops up and closes the
> console window.  Is there a way to keep the window open until you hit enter
> and if so what is the code you would write for that?
> 

The recommended way to do it is to create a breakpoint on the last
line of your program. See information on breakpoints on the lab's website:

  http://www.cs.kent.edu/~mikhail/classes/csi.s13/Labs/MSVS/debugging.html

Or just right-click on the last line and select "run to cursor".

Thanks,
--
Mikhail


More information about the cs13001 mailing list