Others say...

"An overwhelmed beginner C++ programmer"
After starting out learning on Bloodshed Development's free C++ development suite, I bought Microsoft C++.NET in hopes of finding it easier to understand. Now I am totally confused!

The resources (wall charts) included with the software look pretty when tacked on the wall of my workroom, but they have done little to help me create any useful applications.

If you are new to working with C++ (or programming in general) you will find that Microsoft increases the learning curve dramatically with this product. Find something less complex.

"fraud"
The blurb above touts an optimizing compiler. The product box does too. When you get to using it you find that the first line in the build log states "This edition of Visual C++ does not support the optimizing compiler." When you try to set the project propety for optimization you find it greyed out and unavailable. So much for truth.

"Optimizing Compiler Please..."
Just a note to those thinking about replacing std compiler with the one coming from free Visual C++ Toolkit 2003... It's most likely NOT ok to build commercial apps with it. This is an excerpt from MS's EULA of C++ Toolkit:

"1.1 General License Grant. Microsoft grants to you as an individual, a personal, nonexclusive license to make and use copies of the Software (i) for your internal use; (ii) for designing, developing, testing and demonstrating your software product(s); and (iii) for evaluation of the Software"

For demonstration, not for sale. Well, afterall Toolkit is a free product.

If there was VC++ Professional edition, I'd swollow the fact that VC C++ Standard is useless. But there isn't and I'm forced to pay for the whole VStudio, that I will strip down to bare VC++...

BTW, it's less of a problem today, but instead of this mean & lean VC6 we got a sluggish and fat IDE, devoid of an old good code wizards (properties to the rescue, but they are not that convenient!).

Oh, and there's also comming new 'Express' edition of C++. That one on the other hand will have no resources editor, nor MFC & ATL libs.

Thank you Microsoft!

"Optimizing Compiler is available!!"
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.

"This product is not practical for any type of development."
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.

 

Buy Cheap Software Now!
  Microsoft Visual C++ .NET Standard 2003 [OLD VERSION]

List Price : $109.00
Our Price : too low to display

Why I buy this one ?
- Use this powerful visual development tool for high-performance apps for Windows or the Web
- This cutting-edge technology serves industry-standard C++ development through commercial and community-based libraries
- Use the ATL Server to encapsulate C++ programs into a handy set of ATL classes
- Work with powerful new XML Services for smaller and faster programs



What our customer's say!

"C# .NET best of breed if you are a Windows shop", C# .NET is an easy transition for either a C++ or Java programmer. After crashing and burning on every Visual Basic Project I've ever worked on, this is a refreshing change. Its fast and easy - I only wish that it were an open standard. The code I've written in it and used as pseudo-code ported back to linux with only a few changes and wrappers.

"Great C++ compiler", For the price, you can't beat it. Great for making programs while taking a C++ class. Haven't had any problems with the compiler.

"Excellent value!", While Visual C++ Professional is a better choice for those needing to build optimized production code, Standard Edition 2003 rates 5 stars for the price.

This product is targeted at students. Hence the low price and lack of an optimizing compiler.

That said, here are some reasons a professional developer on a tight budget might still want to buy this product:

- Can be used for many projects where compiler optimization is not critical or even relevant: prototyping, debugging, Managed C++, tools, many production apps, etc.
- If you need high-performance compiled code (and can't afford the Pro version) you can download the optimizing compiler free from Microsoft. That compiler compares well overall with anything else available on Windows or Linux.
- Simply the best C++ development environment available at any price. (Class View is far superior to 6.0. GUI-development tools are also far better, once you get used to them.)
- .NET is superior to MFC for GUI development. However, Managed C++ is not the best tool for taking advantage of it.
- .NET is superior to MFC/ATL (COM) for development of distributed applications. (Easier to develop, deploy, manage, etc.)
- One of the most standards-compliant compilers around (unlike 6.0). This is necessary if you want to use a some modern techniques like template metaprogramming.
- Excellent documentation for C++ and STL. (unlike 6.0, but also available online)
- Excellent documentation for Windows API and many other windows-related technologies. (also available online)
- MFC, ATL, and .NET libraries not available with "free" software.

If you are on a shoe-string budget, this product is well worth the price. You will be more productive than you can be with "free" tools, and you will get a better product overall than Visual C++ 6.

That said, 2005 is due out soon. Managed C++ is supposed to be much improved. In addition, a third-tier product will be introduced called Visual C++ Express, presumably at an even cheaper price than Standard.


"Thank you all", I was going to buy a game dev SDK and it required VC++ 2003. Thanks to these reviews I will forget the whole thing and use Dev C++ which is free (and I already use) and use open source game components like Ogre.

"Bad and Slow", You can download this product for free, including the 2005 edition. Despite this fact the VC++.net compiles code that is about 1000 times slower than their visual studio compiler, even after optimizations are turned on (g1-g7.cpp). Even funnier is the fact that when I turn on SSE2 optimizations on their visual studio product, their floating point code test sample (gl-g7.cpp) runs slower on my Pentium 4 2.4 GHz machine (SSE2 enabled) than with the optimizations turned off. Nice advertisement for their optimizing compiler eh?



 
Read this reviews before You buy...

"Stick with Visual C++ 6.0", Absolute and total crap. Try and compile any of your programs with and you will see the following error:

D4029 : optimization is not available in the standard edition compiler

That's right, Visual C++ .NET Standard Edition performs absolutely NO OPTIMIZATION.

My DirectDraw went from rendering more than 100 FPS to *17* FPS. I have never been so pissed off in my life, I have just blown $100.00 for NOTHING.

What's worse, you can not buy just Visual C++ .NET Professional Edition. To get an optimizing C++ .NET compiler, you have to buy *ALL* of Visual Studio .NET (it will only put you back a cool grand).

CRAP, TOTAL CRAP, STICK WITH VISUAL C++ 6.0 STANDARD EDITION

"Megasloth keeps getting crappier", I got the free evaluation of Visual Studio .net 2003 and couldn't believe how much the product has gone downhill in the last few versions. Microsoft is definately in the business of bloatware! The program hogs up about 4GB on your harddrive, reconfiguring and corrupting your whole operating system so nothing works well ever again.

Nevertheless, I kept trying to work with .net. I've been programming C++ for Windows for a long time. I was expecting new features to help me make better programs, but found just the opposite to be true. After doing a lot of reading and banging my head against the wall, I finally realized that the only new features .net has to offer are:

1) A giant overhead of automatic functions ("managed C++") that slow down the performance and increase the size of programs you make, but they allow sloppy Microsoft programmers to slap together messy code that doesn't crash as much. (I for one don't write programs that crash, because I can manage my own memory, thank you very much!) You are forced into proprietary language syntax, a total departure from standard C++, so that your eventual switch to Linux or whatever else will be difficult or impossible (hopes Microsoft).

2) Support for using multiple programming langauges in projects (forcing you to learn thousands of things from all the other inferior languages that you never wanted to mess with, just so you can make a simple program that shows a dialog box on the screen, for example).

3) A big push to develop "software as a service", with a plethora of difficult and cumbersome new tools that you are forced to use in order to build software that only works with an internet connection, helping Microsoft obtain world domination at last.

Because these features attempt to take me in a different direction than I want to go, I'm looking to use something else. I encourage you to do the same.

"Not a downgrade...", If you've been using visual studio prior to .Net, .Net adds a lot of time saving features that really make it worth switching over. Some of the most prominent features include code completion, and the ability to put your code into sections that can be expanded or retracted for readability, which really helps for a project with a large codebase (Such as a senior computer science project for a bachelor's degree). Regardless of C++'s standing in the microsoft suite of programming tools, .Net is a good C++ ide.

"Just want C++ equals not a Professional?", In general, I'm pleased with this product.

Although a number of people complain about the new IDE, it really isn't all that different. After 6 years of using 6.0 almost daily, I was worried about upgrade pains, but in one morning I was able to configure it to perform similarly to the old 6.0 interface, but with the added advantage that it does not crash every other compile. And finally, partial template specialization! No more iostream.h!

What really annoys me, however, is the fact that this, the Standard Edition, does not include the optimizing compiler. Apparently, a REAL developer would not buy this product. Cleverly, Microsoft does not offer a C++ Professional edition that would include this feature, but be less than the outrageous $1000 ($500 upgrade) for the full studio. Like I want to write in Visual Basic .NET!

"I�ve got a headache", 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.

 
 
 

All the software listed in this directory are shareware and commercial software. There are no free software here. We have many utilities which run on windows, mac / macintosh, linux and unix. As one of the download directory in internet we have many software and application. All of our applications / app are downloadable for your computer. We also have shareware, demo, osx, linux, xp, windows, 95, 98, 2000, win, winfiles program file. The extension of files may vary, it can zip, exe, jpg and many more. We don't support illegal software like hack, crack and serial number. No hacking and cracking.

Online PAD Generator / Download Site / Term Of Use / Privacy Policy / Disclaimer

 
 

Copyright ? 2004-2008. Shareware Download, Files Download. All Rights Reserved. ver2