![]() |
| | #1 |
| Registered User Join Date: Jun 2005 Location: New York
Posts: 1,465
| Calling parent methods
__________________ ╔╗╔╦══╦╗╔╦══╦╗ ║╚╝║╔╗║╚╝║╔╗║║ ║╔╗║╠╣║╔╗║╠╣╠╣ ╚╝╚╩╝╚╩╝╚╩╝╚╩╝ codez http://code.google.com/p/zxcvbn/ |
| Tonto is offline | |
| | #2 |
| Registered User Join Date: Aug 2005
Posts: 1,332
| Code: void child::do_sth() {
parent::do_sth();
do_some_more();
}
|
| ZuK is offline | |
| | #3 |
| Registered User Join Date: Jun 2005 Location: New York
Posts: 1,465
| Silly me. Thx.
__________________ ╔╗╔╦══╦╗╔╦══╦╗ ║╚╝║╔╗║╚╝║╔╗║║ ║╔╗║╠╣║╔╗║╠╣╠╣ ╚╝╚╩╝╚╩╝╚╩╝╚╩╝ codez http://code.google.com/p/zxcvbn/ |
| Tonto is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| calling parent from child | Aemon07 | Windows Programming | 5 | 07-25-2007 09:27 PM |
| calling OpenGL methods from outside the main class | Hector | Game Programming | 2 | 06-22-2006 07:23 AM |
| child classes calling parent constructors (with arguments) | reanimated | C++ Programming | 3 | 05-01-2006 10:52 AM |
| Request for comments | Prelude | A Brief History of Cprogramming.com | 15 | 01-02-2004 10:33 AM |
| calling methods | alcoholic | C++ Programming | 1 | 01-25-2002 11:23 AM |