From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: Only Errors... :-( Date: Sun, 08 Aug 1999 14:54:20 -0500 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 15 Message-ID: <37ADE06C.48A4@cam.org> References: <37A8A42A DOT 7B620B6 AT snip DOT net> <933846594 DOT 301468 AT ridge DOT spiritone DOT com> NNTP-Posting-Host: dialup-658.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.04Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Keith McCormick wrote: > > Try indenting. ie., > > class Player > { > private: > int lives; > > public: > void move(void); > }; makes no difference to the compiler. C/C++ is not a language that depends on indentation.