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 IamaSherpa 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. ajcrm125

    Linking problem: unresolved static variable

    I have a base class Enemy and a derived class Fly (Fly is a type of enemy). Enemy has a static float pointer called spiderTrans: static float *spiderTrans; In my main, I create a spider and a fly and try to assign a value to the fly's spiderTrans: spider = new...

Part and Inventory Search

Back
Top