What is the exact code for dev c++ in screen echo?
just like if you are going to input any key without pressing
the "enter" key it automatically performs next instruction?
thankz...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-08-17
Your question makes little sense, and the answer given is probably not what you want.
What is the exact code for dev c++ in screen echo?
just like if you are going to input any key without pressing
the "enter" key it automatically performs next instruction?
thankz...
Your question makes little sense, and the answer given is probably not what you want.
However what I think you are referring to is platform specific. In Win32 you can use the the ReadConsole function: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/console_functions.asp
Clifford
system("pause");