Menu

Screen Echo

2007-08-14
2012-09-26
  • Nobody/Anonymous

    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...

     
    • Anonymous

      Anonymous - 2007-08-17

      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

       
    • Nobody/Anonymous

      system("pause");

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.