What is the difference between c++ and visual c++?

C++ is a programming language.

Visual C++ is a Microsoft development suite (IDE, Compiler, Linker, Debugger, etc) implementing that language.

Just as Bloodshed DevC++ is another IDE implementing the language.
 
Back
Top