Sender: root AT mail1 DOT remote DOT uva DOT nl Message-ID: <3712E840.3447DDC2@mail.uva.nl> Date: Tue, 13 Apr 1999 08:46:24 +0200 From: Johan Blok X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Help! One dimensional arrays aren't working! References: <3711F7C5 DOT 29C AT pacbell DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com thethoms wrote: > Hi! > > Here is my code: (A description of the problem follows it). > > //Travis Thoms // > class[XXXX] > > I receive an error from the compiler: > > Parse error before XXXX > > I have had my C++ instructor look at these statements, and she can't > seem to find anything wrong. Is there some other method of doing this > in DJGPP? > > Thanks in advance! > > T. Thoms class is a reserved word for C++, so choose another name such as MyClass. succes! Johan Blok