Subj : Re: Windows Prompt Runtimes SHORT-Debug To : borland.public.cpp.borlandcpp From : Jeremy Pham Date : Sun Jun 20 2004 07:28 pm Bob Gonder wrote: >Yeah >int main(void) >{ cputs("Hello World"); > getch(); >} Ah. The compiler and debugger doesn't recognize getch(); or sleep();. I'm using the C programming language BTW, which may be different than C++. Any other solutions you could post? .