I switched to VS Express 2012 for Windows Desktop from Turbo C (which is a terrible compiler) for writing C code. It is working fine, but the output is being displayed in a pop up commandline like window.I want the output in the "output window" which is at the bottom of VS ,which usually happens in VS.
I took the following steps.
- Created an empty project
- Changed the extension to c
- Under the compile as option, changed it to compile as c.
C programs are working fine. Also, its not recognizing getch()
though getchar
is available