This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: error: array subscript is not an integer
- From: John Love-Jensen <eljay at adobe dot com>
- To: Manal Helal <manalorama at gmail dot com>, <tprince at computer dot org>
- Cc: GCC-help <gcc-help at gcc dot gnu dot org>
- Date: Wed, 25 Jun 2008 06:37:35 -0500
- Subject: Re: error: array subscript is not an integer
Hi Manal,
> Is there any other types bigger then 'long long"?
Yes, you can make your own types that are as big as you want, up to the
limits of your platform.
Whether or not to do so depends.... What do you need a bigger type for?
HTH,
--Eljay