ruhatadiyaman wrote: > i use DevC++, and i have to use getch(), because if i don't use it the cmd > window closes immediately, and i can't see the last situation before the > getch().. > > best regards
Or you could put a breakpoint on the 'return 0;' statement. You should be learning how to use the debugger anyway. http://eilat.sci.brooklyn.cuny.edu/cis1_5/HowToDebug.htm -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
