I am trying to declare a class constructor within another. For example, in my .cpp file (main() function), I want to call Myclass(Myotherclass(1,2),3,4);
Similar to that, obviously with a header with classes Myclass and Myotherclass.
Thanks for any tips you can offer! this has been driving me up the wall for a few days now.