Re: Hidden Overloaded C++ Virtual Function
Re: Hidden Overloaded C++ Virtual Function
- Subject: Re: Hidden Overloaded C++ Virtual Function
- From: Scott Ribe <email@hidden>
- Date: Wed, 04 Jan 2006 11:44:05 -0700
- Thread-topic: Hidden Overloaded C++ Virtual Function
I guess I lost track of the details in the thread.
If you want to be able to call B::foo with a float, then I think defining
public: void foo(float f) { foo((int) f); } within B is the only way.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden