C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
|
| < Day Day Up > |
|
-
Create Multi-File Project: Using your integrated development environment of choice create a multifile project using the three files firstclass.h, firstclass.cpp, and main.cpp listed in this chapter. Compile and run the project.
-
Debugging: Use the debugging facility to step through the execution of the project you created above. Learn how to set execution breakpoints and step into functions to trace execution.
-
IDE Directory Structure: Draw the directory structure of your integrated development environment. Locate the folders or directories where the library and header files are located.
|
| < Day Day Up > |
|