Radagar:
Try this:
//Global.h
extern CWeapon *WeaponList;
//Global.cpp
CWeapon *WeaponList;
WeaponList = new CWeapon[5];
delete [] WeaponList;
John.
About to Pull my hair out. Lot's of code posted. Anyone help???
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement