|
Misc Visual C++ |
PAGE (3 of 4) |
![]()
From the Project menu select the Settings... Alt+F7 option to access the Project Settings compilation dialog window:

Click on the General tab if it is not already selected. Check that the Not Using MFC option is selected from the Microsoft Foundation Classes pull-down menu, since console applications do not need the MFC.
Click on the C/C++ tab. Select Category:
General
Make sure that Warning Level 3 is selected. This instructs the
compiler to check and generate additional code in the executable
to produce warning messages for possible programming problems that
would otherwise not be reported. This is the warning level that
should be used for development. (Level 4 checks for possible
problems which can often, but not always be ignored.)

Other advanced compilation options are controllable from the Project Settings compilation dialog window, but are beyond the scope of this tutorial.
|
© CS Dept Va Tech, 1997. |
All rights reserved. |