Is it possible to return an object from a static method in C++ like there is in Java? I am doing this:
class MyMath { public: static MyObject calc
Call MyMath::calcSomething()
MyMath::calcSomething()