Hello everyone,
I'm a beginner in C++. Could you please help me understand what _MSC_VER is?
what does these lines of code mean? (Even reading the comment doesn't give me a clue)
1 2 3 4
|
// The basic math functions should be in namespace std but aren't in VCPP6
#if !defined(_MSC_VER)
using namespace std;
#endif
|
Thank you !!!
Last edited on