This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

memory problems


Hello-
I am a fairly new c++ user and I need help dealing with very large
arrays.  I have run into problems in my program because I need to use
VERY large arrays (hundreds of millions of elements) and the heap size
seems to be fixed not allowing me to use more than 64K.  Is there a
simple way to allow for a larger heap or another place I can store the
array?  Thanks
--Derek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]