Thread
:
C++ Inheritance help!?
View Single Post
#
4
(
permalink
)
06-11-2008, 10:00 AM
v0id
Retired
Join Date: Apr 2007
Location: Denmark
Posts: 2,626
Last Blog:
CherryPy(thon)
Credits:
69
Rep Power:
28
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
v0id
View Public Profile
Send a private message to v0id
Visit v0id's homepage!
Find all posts by v0id