Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GameProgrammerDude

    Polymorphism

    Does anyone know a way I could implement the following functionality? class CollidePrim { // blah } class Sphere : public CollidePrim { // blah } class Triangle : public CollidePrim { // blah } class PhysicsObject { CollidePrim *m_pCollidePrim; void SetPrimitive()...

Part and Inventory Search

Back
Top