root _2Consider 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 classYou'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' classHmm 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' classSo 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...