Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 

Visual C++ .NET Standard 2003

by Microsoft Software
Windows 2000 / 2000 Server / XP Professional / XP Home Edition / 2003 Server
4.5 out of 5 stars  See all reviews (2 customer reviews)

Currently unavailable.
We don't know when or if this item will be back in stock.


  • New compiler optimizations
  • Improved ANSI/ISO C++ language and STL conformance
  • Incorporate and extend Microsoft .NET
  • Modernized IDE
  • Runtime checks identify common programming errors
  • Best debugging experience ever
  • Declarative programming with C++ attributes
  • More robust and secure code
  • High performance XML Web services and Web applications with ATL Server
  • ATL 7.0 and MFC 7.0
See more product details
Software Essentials at Amazon.co.uk
PC and Mac solutions including Windows 8 | Microsoft Office | Internet Security | Photo and Design | Video and Music and Driving Test software. Don't forget to check out our Special Offers and Deals of the Week, or visit the Software Homepage for our latest updates and deals.

Special Offers and Product Promotions

  • Norton 360 2013--only £24.99 when you spend £30 or more. Spend £30 or more at Amazon.co.uk and you can get Norton 360 2013 - 1 User 3 PCs for just £24.99 when you enter the promo code 'NRTN2013' at checkout. Here's how (terms and conditions apply).


System Requirements

  • Platform:   Windows 2000 / 2000 Server / XP Professional / XP Home Edition / 2003 Server
  • Media: CD-ROM
  • Item Quantity: 1
 See more system requirements

Product details

  • Item Weight: 907 g
  • Delivery Destinations: Visit the Delivery Destinations Help page to see where this item can be delivered.
  • ASIN: B000089GKV
  • Release Date: 28 May 2003
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 6,053 in Software (See Top 100 in Software)
  • Discontinued by manufacturer: Yes

Product Description

Amazon.co.uk Review

Visual C++.NET Standard 2003 is the most powerful and flexible of Microsoft's programming tools. Using the industry-standard C++ language, developers can target both old-style native code Windows applications for maximum performance and the new .NET Framework, to take advantage of the high productivity and rich class library that it offers. Native and managed .NET code can even be mixed in the same project.

Visual C++.NET Standard 2003 includes the Visual Studio development environment, featuring an array of visual tools and wizards. The supplied libraries include the Microsoft Foundation Classes, for native Windows applications, and the Active Template Library, for high performance COM components. The programming environment is slick, with convenient features like docking and tabbed windows, project wizards, auto-completion and pop-up help in the code editor.

This is the Standard edition, which is primarily intended for learning. Although it has all you need to create both Windows and Web applications, the compiler is non-optimising. Professional developers should consider Visual Studio.NET Professional Edition 2003, which includes a more advanced version of Visual C++ as well as the other .NET languages such as Visual C# and Visual Basic.

Those familiar with earlier versions of Visual C++ will find a number of significant new features. The ability to target the .NET Framework was in Visual C++ 2002, but this 2003 version includes a visual form designer for the first time, enabling rapid development of Windows applications. Another key feature is improved standards compliance, enabling the use of most standard C++ libraries and making it easier to write code that compiles for other platforms such as Unix as well as for Windows. Overall, Visual C++.NET Standard 2003 is an excellent choice both for students learning C++ and for programmers creating high-performance Windows or .NET applications. --Tim Anderson

Product Description

Visual C++ 2003 includes several improvements that will help you write faster and more robust code, and with fewer errors....

Customer Reviews

3 star
0
2 star
0
1 star
0
4.5 out of 5 stars
4.5 out of 5 stars
Most Helpful Customer Reviews
119 of 121 people found the following review helpful
4.0 out of 5 stars The ultimate development environment 20 Jun 2003
I upgraded to this from Visual Studio 6.0 Pro, and have been using Visual C++ for over 8 years. However, in the blurb it said "new compiler optimizations", even for the standard version, so I thought this was an optimising compiler. It is not, you have to buy the full version of Studio for that, which is expensive. Or better still, plug in an Intel compiler. As a lone developer, why is there no "Visual C++ .NET Pro" product offered - I program in C++, why on earth would I wish to purchase Visual Basic, I don't even use the Microsoft databases, and I frankly don't even need .NET.

I managed to convert my existing MFC projects with a minimum of fuss. The development environment is much improved, with many of the floating toolboxes now docked into toolbars. The new tabbed window display is also a joy to use. Even the help is now integrated into the main workspace, and has been much tidied up. And the code browsing is all nicely integrated, if sometimes slow. Errors now appear as a "task list", which also doubles as a todo list. One little shock is that the editor is now folding, which I have not really needed yet.

This is by far the slickest development environment I have ever used. It's also pretty cheap for what you get, though I'll have to revert to my old compiler to generate production code.

I have not needed to play with the .NET features yet, but as a design principle it seems like an excellent idea. Most people will only need a fraction of the technology featured here. The danger with using Visual C++ (and any Microsoft product) is that you'll get locked into Microsoft forever, as will your clients. It's too easy to slate Microsoft, they have piles of money to throw into development, and know the importance of a good user interface.

Comment | 
Was this review helpful to you?
8 of 10 people found the following review helpful
5.0 out of 5 stars Beginers Choice 10 Jan 2005
I am learning c++ at the moment. I have been using some command line tools to write my programs but it has been troublesome. I used a demonstration version of this software and found it to be the best possible piece of kit around.
It is cheap and cost effective, perfect for people starting out in c++.
The fact that you are able to compile normal ansii c++ code and not just .net is brilliant.
Top marks to microsoft
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 2.5 out of 5 stars  15 reviews
57 of 62 people found the following review helpful
4.0 out of 5 stars Optimizing Compiler is available!! 28 April 2004
By "nstar71" - Published on Amazon.com
I have been researching this product after reading some disturbing reviews here. The standard edition does not come with the code-optimization features.

You can, however, download the 2003 toolkit - FOR FREE - which includes the Microsoft C/C++ Optimizing Compiler and Linker. This is the same compiler and linker that ships with Visual Studio .NET 2003 Professional!

It can be downloaded here:
http://msdn.microsoft.com/visualc/vctoolkit2003/

The new compiler moves toward ISO conformance. So this version of VC++ is actually more standardized than previous versions. This can be helpful when porting applications to other standardized environments and compilers.

I program mostly 3D graphics and have experienced a frame rate increase since downloading the toolkit. This new version is helpful when working on large group projects as well. Oh and the shader debugger is a plus when writing vertex and pixel shaders.

79 of 91 people found the following review helpful
1.0 out of 5 stars This product is not practical for any type of development. 21 April 2004
By Richard Whitehouse - Published on Amazon.com
I've been writing an OpenGL engine for a while now, and decided to make the step up from VC6 to .net in order to continue development. I was already quite adjusted to the interface since I'd been using it for about 6 months where I was previously employed. That said, I'm not a fan of the new interface, having spent so much time adjusting myself to VC5/6. I've got quite a few pet peeves with it (like alt+F7 no longer bringing up project settings even with the VC6 keyboard layout), but that is not my main problem with the product... (obviously, or I would not have ordered it anyway)

Once it arrived, I decided to do some benchmarking to compare performance of builds between VC6 and vc.net. I made a build of my engine to arbitrarily do 500 box-triangle collisions against level geometry per frame, figuring that would be a good way of averaging things out since it's completely cpu-based (and largely dependant on compiler optimizations). I was a bit shocked by the results. My VC6 build maintained a consant 40+ FPS on my p3 1ghz, while using the exact same code and assets, the vc.net build stayed at around 15-20fps. I fiddled with the project settings for a while, but concluded this speed loss was due the lack of compiler optimizations in vc.net standard. Which means there isn't a darn thing I can do about it. Oh, and no, I didn't do something silly like test a release build against a debug build. I made sure the project settings for each build were as similar as possible.

So, in conclusion, I've got no choice but to keep using vc6, and this was a great waste of 100 dollars. My advice is, if performance matters to you at all, don't buy this product. I was expecting to see some amount of performance loss due to the lack of "compiler optimizations", but this is completely absurd. The loss of performance makes this product completely unusable as a serious development platform. For serious development, you really have no choice but to go for a higher-priced development suite. Otherwise if you just want to fool around and performance isn't an issue, you might as well be using one of the many free compiler/IDE sets out there instead of blowing 100 dollars.

87 of 106 people found the following review helpful
2.0 out of 5 stars I�ve got a headache 29 Oct 2003
By J. Turner - Published on Amazon.com
While users new to C++ might be enchanted with Visual C++ .NET, those of us who have been programming with VC++ for years will be disgusted. Visual C++ has been relegated to a the same tier held by FoxBASE. All of the new .NET examples are in C# or VB.

Thankfully, I downloaded the evaluation copy, and didn't purchase the non-refundable software.

The first thing I noticed was that the Visual Studio IDE has been entirely rewritten.

The Visual Studio C++ class wizard is gone. Yes. Gone. You will have to spend time (and a large amount of it) to relearn how to add events, message handlers, and otherwise get up to speed with the VB-ish property window.

Granted, this version does have better ANSI standards compliance, better support for templates, and some optimizations.

If you only need to write native C++ code, pass on this product.

Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Home Finance Software for Mac 48 11 days ago
which antivirus? 90 14 days ago
Mac Vs. PC 300 15 days ago
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Look for similar items by category