|
From: Paul Hobbs on 20 Oct 2005 08:57 Is it possible to recreate the behaviour of the getch() function within C++? [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: kanze on 21 Oct 2005 12:16 Paul Hobbs wrote: > Is it possible to recreate the behaviour of the getch() > function within C++? No. You must make use of implementation extensions. -- James Kanze GABI Software Conseils en informatique orient?e objet/ Beratung in objektorientierter Datenverarbeitung 9 place S?mard, 78210 St.-Cyr-l'?cole, France, +33 (0)1 30 23 00 34 [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
|
Pages: 1 Prev: creating simple digital logic circuit simulator Next: hash_map |