Send Telegram | Loans | Credit Card Consolidation | Loans | Salvage yard
visual c++ [Archive] - PCMech Forums

PDA

View Full Version : visual c++


GSXdan
12-08-2003, 04:28 PM
How do you compile multiple files in VC++ 6.0? never found out how, i guess i should just read the help, but i can never seem to find anything in there.

TIA ^dan

aym
12-10-2003, 07:00 AM
Hi GSXdan,

Go to File > New > Project, select a project type, (console, win32...).
Then start adding files to project, go to File > Add New Item, select file type (.h .cpp ...)
Type code.
Finally build the exe by pressing ctrl+shift+B or you can run it by ctrl+F5
HTH