array too large?
From: Developwebsites (developwebsites_at_aol.com)
Date: 12/18/03
- Next message: Jin: "Re: Virtual function from constructor"
- Previous message: Deming He: "Re: Virtual function from constructor"
- Next in thread: Christoph Rabel: "Re: array too large?"
- Reply: Christoph Rabel: "Re: array too large?"
- Reply: Hendrik Belitz: "Re: array too large?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Dec 2003 20:08:11 GMT
const int MAX=999;
class person {
protected:
char firstname[MAX][MAX],
lastname[MAX][MAX];
int ID[MAX];
public:
person();
};
I get an array size too large error.
Is 999x999 array too large or is a single 999 array too large?
--------------------------------------------------
*** E-mail is shut off ***
--------------------------------------------------
- Next message: Jin: "Re: Virtual function from constructor"
- Previous message: Deming He: "Re: Virtual function from constructor"
- Next in thread: Christoph Rabel: "Re: array too large?"
- Reply: Christoph Rabel: "Re: array too large?"
- Reply: Hendrik Belitz: "Re: array too large?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]