help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Maximun array size in g++.


From: Pe?a Arellano Fabi?n Erasmo
Subject: Maximun array size in g++.
Date: Mon, 26 Mar 2001 11:27:59 -0600 (CST)

        Hi,

        For a program which uses the fast Fourier transform to do an
integral, I need to use very large arrays of complex numbers. If the array
size is 2^17 everything works fine, but if the size is 2^18 I get a
segmentation fault error at the line the array is defined. What is the
maximun size an array of complex numbers can be in g++, is there a way to
change such limit?
        Thanks in advance,

        Fabian Pena.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]