View Single Post
  #4 (permalink)  
Old 06-11-2008, 10:00 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,626
Last Blog:
CherryPy(thon)
Credits: 69
Rep Power: 28
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default Re: C++ Inheritance help!?

He can easily implement a member function:
Code:
int CalculateP(int I, int T)
{
    return I/T;
}
__________________
05-03-2007 - 11-13-2008
Reply With Quote