Can someone explain to me the difference between C++ and Visual C++, which one is standard etc
How similar are they, will programs coded in one run in the other?
Visual C++ (AKA MSVC) refers to either the Microsoft application you can use to write C++ or the compiler that that program uses under the hood.
There are other C++ compilers, such as GCC.
C++ itself is a standard (ISO <somenumber>) which each compiler implements to some degree of accuracy (and probably adds some of their own extensions for good measure).
---
It's probably not worth worrying about if you are just starting out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.