extra qualification error in C++
This is because you have the following code: This is not valid C++ but Visual Studio seems to accept it. You need to change it to the following code to be able to compile it with a standard compliant compiler (gcc is more compliant to the standard on this point). The error come from the … Read more