microsoft visual

what is better? microsoft visual c++ or basic visual c++ ?
Last edited on
if this question is irritating,, just answer microsoft or basic :)
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.
Topic archived. No new replies allowed.