Tuesday, 14 February 2017

DESIGNING/DEVELOPING, COMPILING, DEBUGGING AND RUNNING A SIMPLE APPLICATION

Steps to create a simple application:

Start->Microsoft Visual Studio 6.0->New->Project->Win32 Console Application->Specify the name of the project & location->A dialog box appears->Select simple project.

Ctrl+F7 to compile a file.
F7  to compile and build .exe file.

Ctrl+break to stop building.


Ctrl+F5 to run an application.

No comments:
Write comments