Nikolai459
08-25-2005, 02:41 PM
Hello All,
I'm using Visual C++ Toolkit 2003 to compile a modification to a program. My question is how can I compile more than just one file using this toolkit. For instance to compile a single file you just type "cl program.cpp" and that will compile the program.cpp file. I need to include header files and about 5 other files along with the main cpp file. Thanks in advance.
I'm using Visual C++ Toolkit 2003 to compile a modification to a program. My question is how can I compile more than just one file using this toolkit. For instance to compile a single file you just type "cl program.cpp" and that will compile the program.cpp file. I need to include header files and about 5 other files along with the main cpp file. Thanks in advance.