Subj : Re: Windows Prompt Runtimes SHORT-Debug To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Sat Jun 19 2004 03:00 pm Jeremy Pham wrote: >Would that be similar to inputting the "main()" command in the C language? Would I have to actually type in "sleep()" or "getch()" in the text edit of Borland? Thanks. Yeah int main(void) { cputs("Hello World"); getch(); } .