FACTOID # 62: The four largest nations are Russia, China, USA, and Canada.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > MSVC
Jump to: navigation, search
Visual C++ 6.0
Visual C++ 6.0

Visual C++ (also known as MSVC) is an Integrated Development Environment (IDE) product for the C and C++ programming languages engineered by Microsoft. It has tools for developing and debugging C++ code, especially that written for the Microsoft Windows API, the DirectX API, and the Microsoft .NET Framework. Download high resolution version (1024x768, 46 KB)Screenshot of Quake II source code in Microsoft Visual C++. The source code shown in the screenshot has been released to the public under the GNU GPL. Icon designs etc shown in the picture are copyright Microsoft. ... Download high resolution version (1024x768, 46 KB)Screenshot of Quake II source code in Microsoft Visual C++. The source code shown in the screenshot has been released to the public under the GNU GPL. Icon designs etc shown in the picture are copyright Microsoft. ... An integrated development environment (IDE) (also known as an integrated design environment and integrated debugging environment) is computer software to help computer programmers develop software. ... Jump to: navigation, search The C Programming Language, Brian Kernighan and Dennis Ritchie, the original edition that served for many years as an informal specification of the language The C programming language is a standardized imperative computer programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie... Jump to: navigation, search C++ (pronounced see plus plus, IPA: /siː pləs pləs/) is a general-purpose computer programming language. ... Jump to: navigation, search A programming language or computer language is a standardized communication technique for expressing instructions to a computer. ... Jump to: navigation, search Microsoft Corporation (NASDAQ: MSFT) (HKSE: 4338) is the worlds largest software company, with global annual sales in the tens of billions of US dollars and nearly 60,000 employees in more than 90 countries. ... It has been suggested that this article or section be merged with Software development life cycle. ... Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware thus making it behave as expected. ... Jump to: navigation, search Microsoft Windows is a range of operating environments and operating systems for personal computers and servers. ... API redirects here. ... Jump to: navigation, search The current official DirectX logo. ... The . ...

Contents


Features

Visual C++ boasts advanced features such as syntax highlighting, IntelliSense (a coding autocompletion feature) and advanced debugging functionality. For example, it allows for remote debugging using a separate computer and allows debugging by stepping through code a line at a time. The "edit and continue" functionality allows changing the source code and rebuilding the program during program debugging, without restarting the debugged program. Syntax highlighting is a feature of some text editors that displays text—especially source code—in different colors and fonts according to the category of terms. ... IntelliSense™ is a feature popularized by the Microsoft Visual Studio Integrated Development Environment. ...


The compile and build system feature, precompiled header files, "minimal rebuild" functionality and incremental link: these features significantly shorten turn-around time to edit, compile and link the program, especially for large software projects.


History

  • Visual C++ 1.0 which includes MFC 2.0 was the first version of Visual C++, released in 1993, available in both 16-bit and 32-bit versions, although it is also the next version of Microsoft C/C++ 7.0.
  • Visual C++ 1.5 which includes MFC 2.5 added OLE 2.0 and ODBC support in MFC. It was 16-bit only and it is the first version of Visual C++ that comes only on CD-ROM.
  • Visual C++ 2.0 which includes MFC 3.0 was the first version to be 32-bit only, although Visual C++ 1.51, an update to Visual C++ 1.5, was released at the same time as Visual C++ 2.0.

Updates to this version was Visual C++ 2.1, released at the same time as Visual C++ 1.52, another update to Visual C++ 1.5, and 2.2. Open Database Connectivity (ODBC) is a standard software API for connecting to database management systems (DBMS). ... The CD-ROM (an abbreviation for Compact Disc Read-Only Memory (ROM)) is a non-volatile optical data storage medium using the same physical format as audio compact discs, readable by a computer with a CD-ROM drive. ...

  • Visual C++ 4.0 which includes MFC 4.0 was designed for Windows 95, as well as Windows NT.

Updates to this version was Visual C++ 4.1 and Visual C++ 4.2, which no longer supports Win32s. Win32s is an extension for the 16-bit Microsoft Windows 3. ...

  • Visual C++ 5.0 which includes MFC 4.21 was a major upgrade from 4.2.
  • Visual C++ 6.0 which includes MFC 6.0 (released in 1998) was (and still is) widely used tool for large and small projects
  • Visual C++ .NET 2002 which includes MFC 7.0 (known also as Visual C++ 7.0) was released in 2002 with support for link time code generation, debugging runtime checks, and included managed extension to the C++ language. It also included a new user interface (shared with Visual Basic and Visual C#), which is a primary reason why Visual C++ 6.0 is still in wide use.
  • Visual C++ .NET 2003 which includes MFC 7.1 (known also as Visual C++ 7.1) was released in 2003 and was a major upgrade to Visual C++ .NET 2002.

Jump to: navigation, search This article contains information that has not been verified. ... The title given to this article is incorrect due to technical limitations. ...

Current editions

There are three versions of Visual C++ available:

  • Microsoft Visual C++ .NET 2003 Standard
  • Microsoft Visual C++ .NET 2003 Professional
  • Microsoft Visual C++ 2003 Toolkit

Visual C++ .NET 2003 is also known as Visual C++ 7.1.


The Standard edition is available as a stand-alone product but is missing some features, most notably the optimizing compiler. However, this can be rectified by using the free optimizing compiler from the Toolkit.[1]


The Professional edition contains the full feature set, including the optimizing compiler, but is only available as a component of Visual Studio .NET. The Visual Studio . ...


The C++ Toolkit 2003 is available for free, and it consists only of the command line based compiler - notably, the same optimizing compiler and linker that ship with Visual Studio .NET 2003 Professional - without the IDE and other components (Notably the Platform SDK and the debugger, although they are available as separate downloads). A command line interface or CLI is a method of interacting with a computer by giving it lines of textual commands (that is, a sequence of characters) either from keyboard input or from a script. ...


New 2005 Express Edition

The new 2005 version of Microsoft Visual C++ (or Visual C++ 8.0) is available in two flavors: as a part of Microsoft Visual Studio .NET, and as a standalone "Express Edition" product. Both should are available for MSDN scribers and will be released officially by early-November of 2005. The Visual Studio . ...


A free beta version of Microsoft Visual C++ 2005 Express Edition is available from the Microsoft Developer Network (MSDN) web site. Jump to: navigation, search The Microsoft Developer Network (MSDN) is the portion of Microsoft responsible for managing the firms relationship with developers. ...


External links


  Results from FactBites:
 
Visual C++ - Wikipedia, the free encyclopedia (772 words)
Due to technical limitations, the article on Visual C# is located at Microsoft Visual C Sharp.
Microsoft Visual C++ (also known as MSVC) is an Integrated development environment (IDE) product for the C, C++, and C++/CLI programming languages engineered by Microsoft.
It has tools for developing and debugging C++ code, especially that written for the Microsoft Windows API, the DirectX API, and the Microsoft.NET Framework.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.