Date: Tue, 25 Jun 1996 14:40:36 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199606251040.OAA28056@video.yars.free.net> To: djgpp AT delorie DOT com Subject: Re: Help! Turbo c++ compiled, but DJGPP 2.0 doesn't! > : class LLString > : { > : protected: > : LLString* Next; > : char* Item; > > : public: > : friend SList; > : LLString() {} > : ~LLString() {}; > : }; Try 'friend class SList'. Hope it helps.