Compiling a single cpp file
-
Is there any way to compile only 1 cpp file in Visual Studio 2003? The build menu only allows you to build the whole project, but I want to compile only 1 source file. I could do it in VC6, but they removed the option, apparently. Do I have to use the command line to do this? Thanks for any help. tentons http://www.griminventions.com
-
Is there any way to compile only 1 cpp file in Visual Studio 2003? The build menu only allows you to build the whole project, but I want to compile only 1 source file. I could do it in VC6, but they removed the option, apparently. Do I have to use the command line to do this? Thanks for any help. tentons http://www.griminventions.com
Don't know about menus, but I use Ctrl-F7 for that, just like in VC6 (I have VC++ key mappings)
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
Is there any way to compile only 1 cpp file in Visual Studio 2003? The build menu only allows you to build the whole project, but I want to compile only 1 source file. I could do it in VC6, but they removed the option, apparently. Do I have to use the command line to do this? Thanks for any help. tentons http://www.griminventions.com