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
Manufacturer's Description
Microsoft Visual C++ .NET 2003 is the powerful tool for creating Microsoft Windows -based and Microsoft .NET-connected applications, dynamic Web applications, and XML Web services using the C++ development language. This robust development environment comprises compilers that are highly-conformant to the International Standards Organization (ISO), a Standard Template Library (STL) implementation, industry-standard Active Template Library (ATL) and Microsoft Foundation Class (MFC) libraries, and powerful integrated development environment (IDE) features enabling efficient editing and debugging of source code.Visual C++ .NET 2003 is a systems-level language, enabling the creation of best-in-class Windows-based and .NET-connected applications. With Visual C++ .NET 2003, developers can build highly tuned managed applications and components for .NET. Using simple managed extensions to the language, code and data-types are compiled for the .NET common language runtime (CLR) as fully optimized Microsoft intermediate language (MSIL) instructions. Developers can easily incorporate features of the .NET Framework, including full garbage collection, attributes, and threading, into C++ applications. Unique to Visual C++ is the ability to call unmanaged C++ code and ActiveX components using the highest performing interoperability technology on .NET.Building on its roots, Visual C++ .NET 2003 continues to enable developers to build entirely unmanaged Windows-based applications and components. In this release, the compiler is enhanced with several new and improved optimizations and capabilities, including Whole Program Optimization, the ability to generate optimized code for recent processor technologies (including the Intel Pentium 4), and the ability to better optimize for processors with Streaming SIMD Extension (SSE and SSE2) support. Visual C++ developers also enjoy the unique ability to move their existing code to .NET granularly and at a self-defined pace. The Visual C++ compiler builds existing C++ sources for the .NET CLR without requiring code rewrites. A C++ application can exist partially as managed code and partially as native C++ code executing directly on the hardware processor - the developer has full control over this partitioning.The Visual C++ .NET 2003 compiler is highly conformant with the ISO C++ language definition, and easily builds modern C++ code and library sources. New features include several advanced template features defined by the ISO standard, such as Partial Template Specialization and Partial Ordering of Function Templates. These features enable developers to write more compact and reusable code. Modern C++ libraries, including Loki, Boost, and Blitz, now compile easily with Visual C++ .NET 2003, giving Visual C++ developers the ability to incorporate these popular sources in their own applications.The Visual C++ .NET compiler offers developers a slew of new and improved code-generation and tuning features, among them Whole Program Optimization. Whole Program Optimization allows the compiler to perform optimizations using information on all modules in the program, instead of traditional optimizations that can see only a single module at a time. With information on all modules, the compiler can optimize the use of registers across function boundaries and inline functions in a module even when the function is defined in another module. Whole Program Optimization results in dramatic increases in application performance for very little cost. Visual C++ .NET ships with Microsoft's most conformant ANSI/ISO C++ compiler ever, with new support for such standard-defined features as covariant return types. Advanced language features defined by the standard enable developers with more powerful options for implementing common OO patterns and ultimately simplifying code while increasing its reusability. The Standard C++ Library (STL) is also enhanced with increased standards compliance, new container classes, better support for thread-safe coding, and greatly enhanced source code readability (code formatting).