1/13/00
COM1100 Winter2000 Yuhong Yin Northeastern University
11
Visual C++ Projects --2
•A project consists of a number of files. Some of them are created and maintained by the IDE, and others are developed and maintained by the programmer.
o.cpp ( source code file)
o.dsp ( project file)
o.dsw ( workspace file)
o.ncb ( supports ClassView)
o.opt ( contains workspace configuration)
o.plg ( log file of the build process)
•
n