From: loren Newsgroups: comp.os.msdos.djgpp Subject: Still trying with OOP in DJGPP Date: Tue, 21 Apr 1998 21:37:51 +0200 Organization: Telefonica Transmision de Datos Lines: 20 Message-ID: <353CF58E.CAC7C9A3@seric.es> NNTP-Posting-Host: seric170.seric.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Uh Oh ... don't work .... again... class MyClass { public: MyClass(); ~MyClass(); private: int My_Var(); }; Don't works !!! X'((( DJGPP gives me this error: "parse error before 'class'" or something like this ... Maybe i have to install some additional packages for doing OOP ... I don't know ... Any1 can help me, pliz?