Search Results

2
votes
6answers
3k views

Using Visual Studio’s ‘cl’ from a normal command line

Visual Studio 2003 and 2005 (and perhaps 2008 for all I know) require the command line user to run in the 'Visual Studio Command Prompt'. When starting this command prompt it sets various environm …
0
votes

What are the differences between Visual C++ 6.0 and Visual C++ 2008?

Visual C++ 2008 is much more standards compliant (Visual Studio 6 doesn't support the C++ standard set in 1998). …