I'm trying to make a static utils class which functions can be used from anywhere, however when I try to access the functions from other classes, the Utils class is not found.
As you guessed, I'm new to C++.
What am I doing wrong?
https://www.dropbox.com/s/7ak6z8ms25r3jxc/static.png
As you guessed, I'm new to C++.
What am I doing wrong?
https://www.dropbox.com/s/7ak6z8ms25r3jxc/static.png
Comment