User: edfed

  • Public profile

User profile: edfed

User info
User name:edfed
History
Joined:
Number of posts:5
Latest posts:

Collision Detection
you can also return a collision-box in order to have some sort of collision power indication. the b...

delete pointers from vector
i identify the leaks with the microsoft tool _CrtDumpMemoryLeaks(); under vc++ 2010. i am currentll...

delete pointers from vector
thanks, it seems to resolve partlly the problem. but in my specific implementation, i get a fixed 44...

delete pointers from vector
well, i omited to precise, before to delete objects, i create new objects: [code] class A { }; clas...

delete pointers from vector
i have something like this: [code] class A { }; class B : public A { }; class C : public A { }; ...

This user does not accept Private Messages