User profile: Muckle ewe

User info
User name:Muckle ewe
History
Joined:
Number of posts:68
Latest posts:

root _2
Consider x^2 = 2, (i.e. x = sqrt(2)), then rewrite this as f(x) = x^2 - 2 = 0. Newtons method is ...

Creating n objects of class
You're not really using the whole [x] notation right there. A problem I can see is that your Enemy ...

Creating class object dynamically in a 'manager' class
Hmm I had a feeling it might come down to having to go through each class individually... Would a fa...

Creating class object dynamically in a 'manager' class
So let's see if I can explain this right. I have an object manager class that handles a few deriv...

extern class objects and extern arrays?
Ohhhhhhhhh of course extern doesn't actually create an instance of Sphere I see! I never even though...