Thanks for the quick reply!
Um, we had it like that.
Quote:
|
AxisCamera &camera;//declare here
|
isn't that the same as
Code:
AxisCamera* camera;
?
Sorry, I am not that familiar with C++ pointers and addresses...
Can you also explain your code a little more clearly? E.G.
Code:
camera(AxisCamera::GetInstance());
isn't the constructor private?
Thanks!
-Masoug