PDA

View Full Version : Visual C++ Toolkit 2003 Question


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.

DoubtlessOne
08-27-2005, 03:43 PM
try using Dev C++ Toolkit and I'm sure you won't face this problem :D