Mail Archives: djgpp/1997/05/23/19:33:20
From: | "Daniel Krenn" <dkrenn AT usa DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | DJGPP HELP!!!
|
Date: | 23 May 97 16:30:59 GMT
|
Organization: | Telstra Internet Browse Server
|
Lines: | 32
|
Message-ID: | <01bc6797$1470f140$0a2637cb@daniel133>
|
NNTP-Posting-Host: | 203.55.38.81
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
From: Jeroen Cranendonk <crandonk AT doge DOT nl>
The next sniplet of code keeps giving large error messages, is there
something that one shouldn't be doing in it, any help would be greatly
appreciated.
/////////////code//////
struct Rectangle
{
int x1,y1,x2,y2;
};
class FOO
{
protected:
Rectangle dakp[100];
};
main()
{
FOO Crash[200]; // 100 and it does'nt crash
return(0);
}
////////fini//////////////
i'm using djgpp 2.?? , dos or win95 , rhide , 64mb ram , pentium , load
of harddisk .
it gives an error before it exits ( returns 255 , not 0 , and gives a
load of text)replys please by e-mail ( and newsgroup for the benefit of
others, but i won't find it there)
- Raw text -