Re: VC++ 6 vs. VC++ express: please advise
- From: "Bruno van Dooren [MVP VC++]" <bruno_nos_pam_van_dooren@xxxxxxxxxxx>
- Date: Wed, 20 Sep 2006 20:44:26 +0200
--Will installing the free VC++ express mess up my installation of VC++6,
somehow making that less usable?
No. I have VC6, VC2003 and VC2005 installed on the same system without a
problem.
I imagine installing VC express might answer the remaining questions, butYes, But if you want to write windows apps, you need to install the platform
I'm a bit afraid to do that without reassurance about its effect on VC++6.
--does VC express have the full ISO C++, including STL?
SDK as well.
This is explained in more detail on the VC++ express 'getting started' page.
--are there restrictions, like amount of memory used, size of arrays, etc?Nope. Nothing of the kind. The only limitation is that the express version
does not ship with MFC and ATL. It also cannot produce 64 bit executables.
--does it produce reasonably fast code?Yes. The compiler contains all optimization options that the 'for pay'
versions have.
--is it easy to get started?AFAIK, yes.
--what else does VC express lack that the full commercial product has?Here is a complete overview:
http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx
--any other comments are welcomeDitch VC6. It is almost 10 years old. It is not C++ standards compliant. The
reason is that the C++ standard was not yet formalized at the time. VC2005
is very standards compliant.
My code is not going to be polished professional work--just a favor for
one friend. But I do need STL, operator overloading, reasonable speed of
execution, and to be able to read/write text files on disk and display
info to the user. Basically, the program is going to read *a lot* of data,
do some *lengthy* numerical number crunching, write some results back to
disk, and display some results.
That should be absolutely no problem, using VC2005 express.
--
Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@xxxxxxxxxxx
Remove only "_nos_pam"
.
- References:
- VC++ 6 vs. VC++ express: please advise
- From: michael brooks
- VC++ 6 vs. VC++ express: please advise
- Prev by Date: Re: VC++ 6 vs. VC++ express: please advise
- Next by Date: Re: What the L? in wsprintf
- Previous by thread: Re: VC++ 6 vs. VC++ express: please advise
- Next by thread: Re: VC++ 6 vs. VC++ express: please advise
- Index(es):
Relevant Pages
|