473,568 Members | 3,014 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio 6 or .NET for C++?

I'm about to move a moderately large program from a different
environment onto Windows. The program is written in C++

I have a choice of Visual Studio 6 or Visual Studio .NET 2002.

What are the pros and cons of these two environments for a straight C++
windows app. Does VS .NET get me a better compiler? How? The managed
code features are of no interest in the foreseeable future.

Thanks,
++PLS
Nov 17 '05 #1
24 2801
"Paul Schauble" <4v*******@spam ex.com> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
I have a choice of Visual Studio 6
This one is five or six years old.
or Visual Studio .NET 2002.


This one is about two years old.

Go with VS.Net 2003, it has the best compiler to come out of MS in a while.

Regards,
Will
Nov 17 '05 #2
Paul Schauble wrote:
I'm about to move a moderately large program from a different
environment onto Windows. The program is written in C++

I have a choice of Visual Studio 6 or Visual Studio .NET 2002.

What are the pros and cons of these two environments for a straight
C++ windows app. Does VS .NET get me a better compiler? How? The
managed code features are of no interest in the foreseeable future.


Since you're moving from a different environment, it stands to reason that
the code is not MFC-based. If it were, many people would recommend using
VC6.

For straight C++, Visual Studio .NET 2003 is really what you want. If 2002
is your only option, it's a little better than VC6 with regard to language
conformance, and a lot better with regard to standard library conformance.

-cd
Nov 17 '05 #3
"Carl Daniel [VC++ MVP]" <cp************ *************** **@mvps.org.nos pam>
wrote:

Since you're moving from a different environment, it stands to reason that
the code is not MFC-based. If it were, many people would recommend using
VC6.


Carl, I've never heard that. Can you explain why this should be? Has the
MFC in VC.NET reached its "Peter Principle" limit?
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc
Nov 17 '05 #4
No, MFC 7.0 is fine, it's more that the Visual Studio for VC++ 6 is geared
toward developing MFC programs, and VS .NET 2003, as its name suggests, is
aimed toward developing .NET applications. The main loss is the
ClassWizard.

Best Regards
Julian Nicholls

"Tim Roberts" <ti**@probo.com > wrote in message
news:4u******** *************** *********@4ax.c om...
"Carl Daniel [VC++ MVP]" <cp************ *************** **@mvps.org.nos pam>
wrote:

Since you're moving from a different environment, it stands to reason thatthe code is not MFC-based. If it were, many people would recommend using
VC6.


Carl, I've never heard that. Can you explain why this should be? Has the
MFC in VC.NET reached its "Peter Principle" limit?
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc

Nov 17 '05 #5
"Paul Schauble" <4v*******@spam ex.com> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
I'm about to move a moderately large program from a different
environment onto Windows. The program is written in C++

I have a choice of Visual Studio 6 or Visual Studio .NET 2002.

There is also Visual Studio .NET 2003.
What are the pros and cons of these two environments for a straight C++

Regarding ISO C++ conformance 2002 and 2003 have far better conformance than
VC++ 6, with the 2003 version having ~100% and 2002 ~90+%.
2003 also has a RAD for VC++ (common for all languages VB, VC# etc).
windows app. Does VS .NET get me a better compiler? How? The managed
code features are of no interest in the foreseeable future.

Yes the compiler is better, the .NET API is the *same* for all languages,
code written in different languages can interoperate since everything is
translated to MSIL.


Ioannis Vranos

Nov 17 '05 #6
I've found that doing MFC with dot net just as good as Dev6. All the bits
class wiz did have just moved to the properties panel. I like the changes,
not that bad a change.
The real downer of .net for me, which i`ve only just found out today, is
that the profiler has vanished!

"Julian Nicholls" <so************ *********@mccue plc.nospam.com> wrote in
message news:OU******** ******@TK2MSFTN GP12.phx.gbl...
No, MFC 7.0 is fine, it's more that the Visual Studio for VC++ 6 is geared
toward developing MFC programs, and VS .NET 2003, as its name suggests, is
aimed toward developing .NET applications. The main loss is the
ClassWizard.

Best Regards
Julian Nicholls

"Tim Roberts" <ti**@probo.com > wrote in message
news:4u******** *************** *********@4ax.c om...
"Carl Daniel [VC++ MVP]" <cp************ *************** **@mvps.org.nos pam>
wrote:

Since you're moving from a different environment, it stands to reason thatthe code is not MFC-based. If it were, many people would recommend usingVC6.


Carl, I've never heard that. Can you explain why this should be? Has

the MFC in VC.NET reached its "Peter Principle" limit?
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc


Nov 17 '05 #7
maddog wrote:
I've found that doing MFC with dot net just as good as Dev6. All the
bits class wiz did have just moved to the properties panel. I like
the changes, not that bad a change.
The real downer of .net for me, which i`ve only just found out today,
is that the profiler has vanished!


It has... but you can download a version of Comuware's DevPartner Profiler
for free.

See (very long URL - watch for wraps)

http://www.compuware.com/products/de...evPartner&sf=1

-cd
Nov 17 '05 #8
I have developed one MFC app from scratch since having VS .NET 2003 and,
like you, I thought it was OK. I missed the ClassWizard because its
functionality was in one place rather than spread about.

It's particularly noticeable when wiring up a dialog's fields, in that you
can only do one at a time with VS .NET 2003.

All the Best
Julian N.

"maddog" <ri*****@collin s1969.fsnet.co. uk> wrote in message
news:c5******** **@newsg1.svr.p ol.co.uk...
I've found that doing MFC with dot net just as good as Dev6. All the bits
class wiz did have just moved to the properties panel. I like the changes,
not that bad a change.
The real downer of .net for me, which i`ve only just found out today, is
that the profiler has vanished!

"Julian Nicholls" <so************ *********@mccue plc.nospam.com> wrote in
message news:OU******** ******@TK2MSFTN GP12.phx.gbl...
No, MFC 7.0 is fine, it's more that the Visual Studio for VC++ 6 is geared toward developing MFC programs, and VS .NET 2003, as its name suggests, is aimed toward developing .NET applications. The main loss is the
ClassWizard.

Best Regards
Julian Nicholls

Nov 17 '05 #9

"Carl Daniel [VC++ MVP]" <cp************ *************** **@mvps.org.nos pam>
wrote in message news:ur******** ******@TK2MSFTN GP10.phx.gbl...
For straight C++, Visual Studio .NET 2003 is really what you want. If
2002 is your only option, it's a little better than VC6 with regard to language
conformance, and a lot better with regard to standard library conformance.

-cd

Amen. Best compliance with standards yet.
(To the OP) Go with the current version (Visual Studio .NET 2003) in the
edition you need.

--
Peter [MVP Academic]
Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7259
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at school. When I tried to open it in the lab, I got a message saying I couldn't open it because it was created with a newer version. Evidently the lab...
0
6100
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug file as folows. I need help to resolve them ASAP: cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D " WIN32" /D "_W INDOWS" /D "_WINDLL"...
0
2575
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project: OSTDLL, Configuration: Debug Win32 ------ Compiling... StdAfx.cpp
0
774
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project: OSTDLL, Configuration: Debug Win32 ------ Compiling... StdAfx.cpp
1
2525
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional Special Edition Visual Studio .NET 2003 Enterprise Architect Visual Studio .NET 2003 Enterprise Developer Visual Studio .NET 2002 Professional Edition
1
3586
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in some files and work on it. Let say, I want add new page to web project named websiteOrder.sln, i will open websiteOrder.sln in my local computer,...
0
6657
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK, and started using the Microsoft Platform SDK for XP SP2, the errors disappeared, but I am now getting numerous warnings (macro redefinitions) as...
2
3384
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd expect of the Express editions), but apparently there are NON Express versions of Visual Web Developer. Is Visual Web Developer only built-in to...
0
7312
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the beginning CIS student who is struggling to get their programs working. I work in the computer lab at the college I'm attending and I see many students who...
3
10494
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio closes unexpectedly and without any error message being displayed, or error messages written to the system logs. Visual Studio closes when I attempt...
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7917
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7962
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6277
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5501
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.