class grphD::App { … protected: class { … } console_handler; class { … } grid; }; How can I access App::console_handler inside App::grid functions without having console_handler static and keeping console_handler an object of an anonymous class? Source: StackOv..
Recent Comments