Advertisement

About to Pull my hair out. Lot's of code posted. Anyone help???

Started by September 03, 2002 10:39 PM
9 comments, last by Radagar 22 years, 2 months ago
Radagar:

Try this:

//Global.h

extern CWeapon *WeaponList;

//Global.cpp

CWeapon *WeaponList;

WeaponList = new CWeapon[5];

delete [] WeaponList;

John.

This topic is closed to new replies.

Advertisement