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]

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


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