Subj : Re: Windows Prompt Runtimes SHORT-Debug To : borland.public.cpp.borlandcpp From : Bruce Salzman Date : Sun Jun 20 2004 10:58 pm > >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? #include Regards, Bruce .