Collision Detectionyou can also return a collision-box in order to have some sort of collision power indication. the b...
delete pointers from vectori identify the leaks with the microsoft tool _CrtDumpMemoryLeaks(); under vc++ 2010. i am currentll...
delete pointers from vectorthanks, it seems to resolve partlly the problem. but in my specific implementation, i get a fixed 44...
delete pointers from vectorwell, i omited to precise, before to delete objects, i create new objects: [code] class A { }; clas...
delete pointers from vectori have something like this: [code] class A { }; class B : public A { }; class C : public A { }; ...
This user does not accept Private Messages