DEV Community

joshua-brown0010
joshua-brown0010

Posted on

Difference b/w C++ and Visual C++.

C++ is a programming language, it is an enhanced and advanced version of programming language C. C++ is a general-purpose for OOP language. We can use C++ on many platforms. Visual C++ is an IDE i.e., Integrated Development Environment product provided by well known multinational company Microsoft. It is used for developing projects in different languages.

Difference between C++ and Visual C++

Down below we are going to take look at C++ and Visual C++. We will learn what is the difference between them and what are the uses of them in the programming industry. C++ and Visual C++ are two different things yet they sound the same. Hope you will find this article helpful.

C++

Alt Text
C++, an extension of C, developed by Bjarne Stroustrup in 1979 at Bell Laboratory. C++ is a high-level object-oriented programming language. It uses a compiler to convert code written in a high-level language into machine language.Read more

Top comments (0)