Recent Posts

Extra qualification on member error on g++

less than 1 minute read

In C++ you declared a method and tried to compile it and boom you get an error like this: extra qualification x on member y. You get this error because you t...