Subj : Re: Program Compiles But Won't Run To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Fri Jan 30 2004 08:32 pm There is not enough information given to know. For DOS or for Windows? 16 or 32 bit program? What memory model? Which version of the BC++ compiler? What data type are the array of? If of structures or classes, what size? Show the declaration of the arrays. Are the declarations in functions or global in the program? .. Ed > james26 wrote in message > news:401ae015$1@newsgroups.borland.com... > > I wrote some code using 4 2d arrays of size 225 x 300.. > when I compile and run the program nothin happens but > when I get rid of 1 of the arrays it works.. is there a limit > to number of arrays or memory size requirements?? .