View Single Post
  #5 (permalink)  
Old 06-11-2008, 10:07 AM
Turk4n's Avatar   
Turk4n Turk4n is offline
Programming Professional
 
Join Date: May 2008
Location: 4chan.org/g/
Age: 19
Posts: 315
Rep Power: 8
Turk4n is a jewel in the roughTurk4n is a jewel in the roughTurk4n is a jewel in the roughTurk4n is a jewel in the rough
Send a message via MSN to Turk4n Send a message via Skype™ to Turk4n
Default Re: C++ Inheritance help!?

Quote:
Originally Posted by v0id View Post
He can easily implement a member function:
Code:
int CalculateP(int I, int T)
{
    return I/T;
}

Wonderful, now he should be able to do the rest I guess xD
__________________

Think, feel, know programming!
Reply With Quote

Sponsored Links