Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - new to C++, simple question
How can I make the Hello world program stay on the screen, rather that just flash and disappear? thanks Apr 25 2004
On Mon, 26 Apr 2004 02:11:11 +0000 (UTC) in c++, asdf <asdf_member pathlink.com> wrote:How can I make the Hello world program stay on the screen, rather that just flash and disappear? Apr 26 2004
In article <408dba2c.365749518 news.digitalmars.com>, David Harmon < says...On Mon, 26 Apr 2004 02:11:11 +0000 (UTC) in c++, asdf <asdf_member pathlink.com> wrote:How can I make the Hello world program stay on the screen, rather that just flash and disappear? Apr 26 2004
asdf wrote:In article <408dba2c.365749518 news.digitalmars.com>, David Harmon < says...On Mon, 26 Apr 2004 02:11:11 +0000 (UTC) in c++, asdf <asdf_member pathlink.com> wrote:How can I make the Hello world program stay on the screen, rather that just flash and disappear? Apr 26 2004
In article <c6kvmf$867$1 digitaldaemon.com>, Arjan Knepper says...asdf wrote:In article <408dba2c.365749518 news.digitalmars.com>, David Harmon < says...On Mon, 26 Apr 2004 02:11:11 +0000 (UTC) in c++, asdf <asdf_member pathlink.com> wrote:How can I make the Hello world program stay on the screen, rather that just flash and disappear? Apr 29 2004
"asdf" <asdf_member pathlink.com> schreef in bericht news:c6sbk7$apt$1 digitaldaemon.com...In article <c6kvmf$867$1 digitaldaemon.com>, Arjan Knepper says...asdf wrote:In article <408dba2c.365749518 news.digitalmars.com>, David Harmon < Apr 30 2004
in the botom where u have completed all the operations to be performed by the program type getch(); this function will pause the screen until u input something form the keyboard ..... u can use it at any location where u want to pause the screen for example if u want to pause before the hello word being displayed put it before that statemebt ....... u can put it as many times as u wish as aprogram statement . hope this would work for u N "Nico Heiligers" <nheiligers chello.nl> wrote in message news:c6ucv8$jh5$1 digitaldaemon.com..."asdf" <asdf_member pathlink.com> schreef in bericht news:c6sbk7$apt$1 digitaldaemon.com...In article <c6kvmf$867$1 digitaldaemon.com>, Arjan Knepper says...asdf wrote:In article <408dba2c.365749518 news.digitalmars.com>, David Harmon < Aug 24 2004
|