+ 1
using myClass?
instead of "myClass::myClass()" can you add "using myClass" after the #include statement and then drop the "myClass::" prefix simply stating "myClass()"
2 Answers
+ 3
I'm not sure but you can declare a namespace for your class and then don't have to use the access specifiers
+ 1
thank you! I failed to add "namespace"