There is only one C++; specified as an International Standard.
There are many C++ implementations; Microsoft, GNU, and LLVM are widely used.
My take on them:
LLVM clang++ / libc++: good compiler, good standard library.
Microsoft Visual C++: reasonably good compiler, good standard library.
GNU g++ / libstdc++: good compiler, poor standard library.