new and delete commands
Why mix-up a Bullet and a linked list? It''s way better to use a different class for your linked list (STL''s std::list comes to mind) than to combine a Bullet and a linked list in one class.
Some useful C++ links:Free multiplatform ANSI C++ Standard Library implementationVisual C++ 6.0 STL fixesVisual C++ 6.0 noncompliance issuesC++ FAQ Lite
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement