| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Silver" |
| Date: |
22 Nov 2003 06:08:19 AM |
| Object: |
vs 6.0 or .NET |
Hi everyone,
I have been programming for about half a year (c++) so I 'm still learning
and my programs are fairly simple. I'm using .NET , but I notice some
differences with visual studio 6.0, which is installed in my university. I
transfered my code (written in .NET) to the university and it couldn't
compile!
So I wonder, should I go for visual c++ 6.0 instead of .NET, or is it worth
to keep going with the new platform?
Thanks!
.
|
|
| User: "Carsten Hansen" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 11:12:35 AM |
|
|
"Silver" <argytzak@med.auth.gr> wrote in message
news:bpnjjh$iop$1@nic.grnet.gr...
Hi everyone,
I have been programming for about half a year (c++) so I 'm still learning
and my programs are fairly simple. I'm using .NET , but I notice some
differences with visual studio 6.0, which is installed in my university. I
transfered my code (written in .NET) to the university and it couldn't
compile!
So I wonder, should I go for visual c++ 6.0 instead of .NET, or is it
worth
to keep going with the new platform?
Thanks!
If your goal is to learn C++, and I presume it is since you are posting to a
C++ newsgroup, you should be using .NET. Its conformance to the C++ Standard
is much better than VC++ 6.0.
Carsten Hansen
.
|
|
|
|
| User: "Joe Estock" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 09:56:11 AM |
|
|
"Silver" <argytzak@med.auth.gr> wrote in message
news:bpnjjh$iop$1@nic.grnet.gr...
Hi everyone,
I have been programming for about half a year (c++) so I 'm still learning
and my programs are fairly simple. I'm using .NET , but I notice some
differences with visual studio 6.0, which is installed in my university. I
transfered my code (written in .NET) to the university and it couldn't
compile!
So I wonder, should I go for visual c++ 6.0 instead of .NET, or is it
worth
to keep going with the new platform?
Thanks!
Wrong newsgroup...try microsoct.pub.vc.*
.
|
|
|
| User: "Joe Estock" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 09:57:09 AM |
|
|
"Joe Estock" <jestock@NOSPAMnutextonline.com> wrote in message
news:vrv1otjkubi2ad@corp.supernews.com...
"Silver" <argytzak@med.auth.gr> wrote in message
news:bpnjjh$iop$1@nic.grnet.gr...
Hi everyone,
I have been programming for about half a year (c++) so I 'm still
learning
and my programs are fairly simple. I'm using .NET , but I notice some
differences with visual studio 6.0, which is installed in my university.
I
transfered my code (written in .NET) to the university and it couldn't
compile!
So I wonder, should I go for visual c++ 6.0 instead of .NET, or is it
worth
to keep going with the new platform?
Thanks!
Wrong newsgroup...try microsoct.pub.vc.*
microsoft.pub.vc.* rather
.
|
|
|
| User: "Mike Wahler" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 11:52:58 AM |
|
|
"Joe Estock" <jestock@NOSPAMnutextonline.com> wrote in message
news:vrv1qn6rp6m6e9@corp.supernews.com...
Wrong newsgroup...try microsoct.pub.vc.*
microsoft.pub.vc.* rather
microsoft.public.vc.language
-Mike
.
|
|
|
|
|
|
| User: "EventHelix.com" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 07:20:23 PM |
|
|
For Windows .NET is the way to go. C# is a modern programming language
and should be a good first language to learn.
Did your C++ programs stop compiling with VS.NET? This could be due
to a more standards compliant version of the C++ compiler in VS.NET.
Sandeep
--
http://www.EventHelix.com/EventStudio
EventStudio 2.0 - Generate Sequence Diagrams and Use Case Diagrams in PDF
.
|
|
|
|
| User: "Unforgiven" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 12:49:55 PM |
|
|
Silver wrote:
Hi everyone,
I have been programming for about half a year (c++) so I 'm still
learning and my programs are fairly simple. I'm using .NET , but I
notice some differences with visual studio 6.0, which is installed in
my university. I transfered my code (written in .NET) to the
university and it couldn't compile!
So I wonder, should I go for visual c++ 6.0 instead of .NET, or is it
worth to keep going with the new platform?
The C++ compiler in VS.NET has much better standards conformance than VC6.
As a result, there are some things in the C++ standard that you can do with
VS.NET, but not with VS6.
What code is causing you issues? What error messages are you seeing?
--
Unforgiven
"Most people make generalisations"
Freek de Jonge
.
|
|
|
|
| User: "Silver" |
|
| Title: Re: vs 6.0 or .NET |
22 Nov 2003 02:50:33 PM |
|
|
Thanks for the feedback!
.
|
|
|
|

|
Related Articles |
|
|