microsoft visual

Aug 2, 2014 at 1:59pm
what is better? microsoft visual c++ or basic visual c++ ?
Last edited on Aug 2, 2014 at 2:05pm
Aug 2, 2014 at 2:05pm
if this question is irritating,, just answer microsoft or basic :)
Aug 2, 2014 at 2:50pm
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.