[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::c_plus_plus

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

3533.0. "C++ bugcheck 5.5-017 VAX VMS 6.2" by COMICS::EDWARDSN (Dulce et decorum est pro PDP program) Thu Apr 10 1997 07:00

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.RTitleUserPersonal
Name
DateLines
3533.1Seen recently, fixed in V5.6WIBBIN::NOYCEPulling weeds, pickin' stonesThu Apr 10 1997 09:273
Looks like 3528:

>    Problem: CXX compiler aborts when destructor defined but not declared           
3533.2Sorry.COMICS::EDWARDSNDulce et decorum est pro PDP programThu Apr 10 1997 10:074
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.