| Title: | C++ |
| Notice: | Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS) |
| Moderator: | DECCXX::AMARTIN |
| Created: | Fri Nov 06 1987 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 3604 |
| Total number of notes: | 18242 |
You may have spotted this before, but I couldn't find a match, feel free to moderate.
Remove the // for a working compile.
Neil.
class control {
private:
int i;
public:
control ( const int n);
// ~control ();
};
control::control (const int n)
{ control::i = 1; }
control::~control() {}
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3533.1 | Seen recently, fixed in V5.6 | WIBBIN::NOYCE | Pulling weeds, pickin' stones | Thu Apr 10 1997 08:27 | 3 |
Looks like 3528: > Problem: CXX compiler aborts when destructor defined but not declared | |||||
| 3533.2 | Sorry. | COMICS::EDWARDSN | Dulce et decorum est pro PDP program | Thu Apr 10 1997 09:07 | 4 |
I should have looked through the titles here rather than relying upon Web browsers and such like. Sorry to have troubled the disk space. Neil. | |||||