How can I call a non-member function in the body of a constructor? For example:
In the foo.hpp file:
Class foo { public: foo() { func(); }