This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
maximum number of dimensions in C/C++ array
- From: andre maute <andre dot maute at gmx dot de>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 14 May 2006 23:09:46 +0200
- Subject: maximum number of dimensions in C/C++ array
Has somebody an idea where to find the maximum number
of dimensions for declaring an array?
How many are supported within GCC and how many are
mandated by the standards?
e.g.
double v[n1][n2][n3];
declares obviously a 3-dimensional array of doubles.
Regards Andre