parsing argvI want to be able to put a couple of optional arguments on the command line and extract the values, ...
call parent function from overriding function in childso i think my code should look like this: [code] class parent { public: int test; virtual function ...
call parent function from overriding function in childkeskiverto you got it, and that syntax works. thanks!
call parent function from overriding function in child[code] class parent { public: int test; virtual function foo(int input) { test=input; } } class chi...
call parent function from overriding function in childI have a class (child) that is inheriting from another class (parent). I'd like to create a functio...
This user does not accept Private Messages