From: loren Newsgroups: comp.os.msdos.djgpp Subject: OOP with DJGPP Date: Mon, 20 Apr 1998 13:59:56 +0200 Organization: Telefonica Transmision de Datos Lines: 15 Message-ID: <353B38BC.6C688A2D@seric.es> NNTP-Posting-Host: 195.77.4.33 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 I'm trying to declare some OOP classes in DJGPP but ... it doesn't works!!!!! =8-/ Does DJGPP support Object-Oriented Programming? Why this: class MyClass { int my_var; MyClass(); ~MyClass(); } Doesn't works?