Practical 00
Practical 00
1
3. Right-click on the Project name in the Solution Explorer window. Select Properties.
Solution Explorer window
Project name
2
1. Right-click Source Files folder in the Solution Explorer
2. Select Add→New Item
3. Select C++ File (.cpp)
4. Type in q1 for the name.
3
7. Type the program code into the Code Editor window.
4
1. In the Solution Explorer window, right-click the program file q1.cpp and select Properties.
2. In the Property Pages dialog window, change “Excluded From Build” to “Yes”.
3. The file q1.cpp is now excluded from the Build / Compilation process. You can now run q2.cpp.
q1.cpp is
excluded
from Build