User: joecooler

  • Public profile

User profile: joecooler

User info
User name:joecooler
History
Joined:
Number of posts:5
Latest posts:

parsing argv
I 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 child
so i think my code should look like this: [code] class parent { public: int test; virtual function ...

call parent function from overriding function in child
keskiverto 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 child
I 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