X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Lines: 6 X-Admin: news AT aol DOT com From: sterten AT aol DOT com (Sterten) Newsgroups: comp.os.msdos.djgpp Date: 04 Feb 2004 04:19:15 GMT Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com Subject: array indices [i][j] Message-ID: <20040203231915.21890.00001154@mb-m06.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I would like to use A[i,j,k] instead of A[i][j][k] , but somehow it doesn't work. (I haven't yet figured out what exactly goes wrong, just changed all ][ to , and it compiles but gives strange results) What's the difference between the notations ?