Click here to Skip to main content
16,018,458 members

Survey Results

Which version (or versions) of Visual Studio are you using?   [Edit]

Survey period: 20 Sep 2004 to 26 Sep 2004

Which of the menagerie of Visual Studio suites occupies your time?

OptionVotes% 
Visual Studio 200525711.39
Visual Studio .NET 20031,52067.38
Visual Studio .NET 200227812.32
Visual Studio 693941.62
Visual Studio 97281.24
None of the above331.46
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralRe: ABOT: Versioning Pin
VBSiv24-Sep-04 9:31
VBSiv24-Sep-04 9:31 
GeneralRe: ABOT: Versioning Pin
Michael Dunn21-Sep-04 7:19
sitebuilderMichael Dunn21-Sep-04 7:19 
GeneralRe: ABOT: Versioning Pin
Herbert Yu22-Sep-04 12:42
Herbert Yu22-Sep-04 12:42 
GeneralRe: ABOT: Versioning Pin
basementman24-Sep-04 6:59
basementman24-Sep-04 6:59 
GeneralRe: ABOT: Versioning Pin
Navin20-Sep-04 7:04
Navin20-Sep-04 7:04 
GeneralRe: ABOT: Versioning Pin
Michael Dunn21-Sep-04 7:22
sitebuilderMichael Dunn21-Sep-04 7:22 
GeneralRe: ABOT: Versioning Pin
Yves Tkaczyk22-Sep-04 3:37
Yves Tkaczyk22-Sep-04 3:37 
GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
Don Clugston22-Sep-04 14:28
Don Clugston22-Sep-04 14:28 
The developers of the compiler HAVE kept the original linear version scheme!
Check out the value of _MSC_VER, or enable the banner when compiling. Eg, VC6 prints this:

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

See that? Version 12.0! There's no mention of "VC6" anywhere in the compiler itself, just in the IDE.

Versions 1-6 were C compilers.
After C/C++ 7 came VC1.0 which had _MSC_VER=8000
VC1.5 was 9000 I think.

(there was no VC2 or 3 - you missed that piece of stupidity in your list. VC4 was the first Windows 95 one, it was probably given that title to match Windows 4.0, which of course was never marketed in that way, though I note that XP Pro calls itself Windows Ver 5.1 on the command line).

VC 4 is 10000, VC5 is 11000

(I never heard of 97. Was it VC 5.0? I jumped from VC4 to VC6. Also I never used VC1.0).

VC6 is 12000.
VC7 is 13000
VC7.1 is 14000.
I haven't checked, but I expect that VC8 is actually Microsoft C/C++ v 15.0!

It's all pretty hilarious really.

I just wish they'd put the _MSC_VER value on the box, and completely abandon the ridiculous marketing version numbers.
Call it "MS VC Whidbey" and have 15.0 in small print somewhere.

GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
Alberto Massari24-Sep-04 3:22
Alberto Massari24-Sep-04 3:22 
GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
basementman24-Sep-04 7:02
basementman24-Sep-04 7:02 
GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
Don Clugston27-Sep-04 13:52
Don Clugston27-Sep-04 13:52 
GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
Alberto Massari27-Sep-04 21:25
Alberto Massari27-Sep-04 21:25 
GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
Don Clugston27-Sep-04 21:56
Don Clugston27-Sep-04 21:56 
GeneralRe: Versioning (The REAL version number is _MSC_VER, and it's linear.) Pin
Alberto Massari28-Sep-04 10:53
Alberto Massari28-Sep-04 10:53 
GeneralRe: ABOT: Versioning Pin
Kevin McFarlane23-Sep-04 2:48
Kevin McFarlane23-Sep-04 2:48 
GeneralRe: ABOT: Versioning Pin
Aga54823-Sep-04 14:36
Aga54823-Sep-04 14:36 
GeneralRe: ABOT: Versioning Pin
Aga54823-Sep-04 14:37
Aga54823-Sep-04 14:37 
Generalvim Pin
Nemanja Trifunovic20-Sep-04 3:19
Nemanja Trifunovic20-Sep-04 3:19 
GeneralRe: vim Pin
Paul Watson20-Sep-04 3:22
sitebuilderPaul Watson20-Sep-04 3:22 
Generalgood old vc6 Pin
Tibor Blazko19-Sep-04 21:34
Tibor Blazko19-Sep-04 21:34 
GeneralRe: good old vc6 Pin
Michael Dunn21-Sep-04 7:17
sitebuilderMichael Dunn21-Sep-04 7:17 
GeneralRe: good old vc6 Pin
Tibor Blazko21-Sep-04 20:35
Tibor Blazko21-Sep-04 20:35 
GeneralWhidbey usage Pin
Nish Nishant19-Sep-04 18:52
sitebuilderNish Nishant19-Sep-04 18:52 
GeneralRe: Whidbey usage Pin
SimonS19-Sep-04 20:06
SimonS19-Sep-04 20:06 
GeneralRe: Whidbey usage Pin
Colin Angus Mackay19-Sep-04 22:32
Colin Angus Mackay19-Sep-04 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.