| delorie.com/archives/browse.cgi | search |
| From: | loren <loren AT seric DOT es> |
| 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 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
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?
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |