Date: Sun, 19 Jul 1998 12:17:05 +0300 (IDT) From: Eli Zaretskii To: Alexander Bokovoy cc: djgpp AT delorie DOT com Subject: Re: problem setting my map array In-Reply-To: <13805.980716@bspu.unibel.by> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 16 Jul 1998, Alexander Bokovoy wrote: > > But DJGPP gives me this: > > tile.cpp: In method `void Tile_Map::Initialize()': > > tile.cpp:14: parse error before `]' > > What am I doing wrong? > Brief: You're declared two dimensional array but tried to initialize > it with one dimensional data. This shouldn't have triggered a ``parse error'', just a warning (and even that with -Wall only).