Jump to content

Microsoft Visual C++

From Simple English Wikipedia, the free encyclopedia
Revision as of 17:35, 25 April 2019 by 169.234.94.224 (talk) (Created a page for Microsoft Visual C++ based on the information from the original Microsoft Visual C++ Wikipedia page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Microsoft Visual C++ is a coding environment made by Microsoft, mainly used for coding in C and C++. The software provides helpful tools for programmers, such as a debugging tool to help find bugs in written code. The program is available in both trial and free versions.

Some programs require the Visual C++ library package to be installed on the computer in order to run in the first place.

The previous version of Visual C++ was called Microsoft C/C++, originally used to compile code written in C. The first version of Microsoft Visual C++ was officially released in February of 1993.

The product was initially created as an environment for C programming, however it only supported the original C library rather than the C99 revision. In 2013, Visual C++ included support for various C99 features, however it was not until 2015 that Visual C++ included full support of the C99 standard library. The C11 revision that replaced the C99 revision is still not supported in recent versions of Visual C++, however the company has plans to implement them in future versions.