Click here to Skip to main content
15,892,005 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%



 
GeneralMFC is a Hell Pin
Code Lover4-Oct-04 10:40
Code Lover4-Oct-04 10:40 
GeneralVC7 and Win98 Pin
pranavamhari23-Sep-04 21:18
pranavamhari23-Sep-04 21:18 
GeneralRe: VC7 and Win98 Pin
Anonymous23-Sep-04 22:36
Anonymous23-Sep-04 22:36 
GeneralVS 6.0 From Day 1 Pin
diilbert23-Sep-04 9:49
diilbert23-Sep-04 9:49 
GeneralSuggestion please! Pin
Yulianto.22-Sep-04 19:17
Yulianto.22-Sep-04 19:17 
GeneralRe: Suggestion please! Pin
Navin23-Sep-04 3:08
Navin23-Sep-04 3:08 
GeneralRe: Suggestion please! Pin
KarstenK23-Sep-04 4:42
mveKarstenK23-Sep-04 4:42 
GeneralRe: Suggestion please! Pin
Martin Richter [rMVP C++]23-Sep-04 23:50
Martin Richter [rMVP C++]23-Sep-04 23:50 
GeneralRe: Suggestion please! Pin
Yulianto.24-Sep-04 15:50
Yulianto.24-Sep-04 15:50 
GeneralRe: Suggestion please! Pin
chidders25-Sep-04 5:56
chidders25-Sep-04 5:56 
GeneralRe: Suggestion please! Pin
matty_t26-Sep-04 3:18
matty_t26-Sep-04 3:18 
General2005 Pin
sreejith ss nair22-Sep-04 18:02
sreejith ss nair22-Sep-04 18:02 
GeneralRe: 2005 Pin
Colin Angus Mackay23-Sep-04 8:59
Colin Angus Mackay23-Sep-04 8:59 
GeneralRe: 2005 Pin
KevinHall23-Sep-04 10:09
KevinHall23-Sep-04 10:09 
GeneralRe: 2005 Pin
Anonymous25-Sep-04 0:14
Anonymous25-Sep-04 0:14 
GeneralI've just upgraded from .NET 2003 to VC6! Pin
Don Clugston21-Sep-04 14:23
Don Clugston21-Sep-04 14:23 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
Gammill22-Sep-04 10:14
Gammill22-Sep-04 10:14 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
Anonymous26-Sep-04 7:58
Anonymous26-Sep-04 7:58 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
Colin Angus Mackay23-Sep-04 2:35
Colin Angus Mackay23-Sep-04 2:35 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
Brian Delahunty23-Sep-04 3:15
Brian Delahunty23-Sep-04 3:15 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
matty_t26-Sep-04 3:11
matty_t26-Sep-04 3:11 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
Gammill26-Sep-04 19:36
Gammill26-Sep-04 19:36 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
MattyT26-Sep-04 20:49
MattyT26-Sep-04 20:49 
By saying that VS2003 has a better compiler I mean standard conforming with improved error and warning messages. Performance-wise VC6 is pretty good - it produces executables that are, generally, relatively quick and small. And, in that regard, comparable to executables produced by VS2003.

But if you want to use modern C++ techniques (particularly those involving templates) it's quite difficult, if not impossible in VC6. And if you want to use modern C++ libraries (boost and loki are two that spring to mind) you simply can't use VC6.

VS2005 will not give you any noticable advantages (over VS2003) to developing in C++ unless you're using C++/CLI (ie .NET stuff). If you are considering using C++/CLI in the future then definitely wait as the syntax has changed between version 2003 and 2005 and the latters is far superior.

I believe COM support is much of a muchness between all the versions.

I guess it depends what you want. If your developers (is it just you?) are happy using older-style C++ techniques & libraries then stick with VC6. (If you need to ask "what are modern techniques/libraries" then you can safely assume that you can stick with VC6)

If your developers are the type that would like to progress and take advantage of new coding techniques so they can take their C++ skills to the next level then I'd suggest VS2003.

If you're seriously considering moving to C++/CLI and .NET I'd wait for VS2005.


Personally, I tend to develop more generically these days with a relatively high usage of templated code. I'd hate to have to use VC6 again.

Hope that helps more than hinders!! Smile | :)

Cheers,
Matt
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
Gammill27-Sep-04 5:11
Gammill27-Sep-04 5:11 
GeneralRe: I've just upgraded from .NET 2003 to VC6! Pin
MattyT27-Sep-04 14:27
MattyT27-Sep-04 14:27 

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.