This thread is so entertaining.
Popcorn isn't even enough for this.
Go on guys, keep arguing about who has more coding ballz. OP would certainly care.
@OP Visual C++ is usually used for Windows-related applications. From experience, the syntax differs slightly from normal C++ as well as it not being able to support some newer C++ goodies ( constexpr for example ).
C++ is more or less platform independent ( Same as C )
So if you want to build Windows apps, use regular C++ or Visual C++. If you want another OS, you need to use a pure C++ compiler. ( g++ for example )