Quote:
Originally Posted by Radical Pi
No inheritance here. another_thing is a variable defined somewhere else. It gets set with the value in the parentheses when the function is called.
|
So then how is that different than
Code:
camera = AxisCamera::GetInstance()
?
I heard about "initialization list", but what/why is this a case to use it? What about AxisCamera class that it has to bee initialized as a reference?
Thanks!
-Masoug