| delorie.com/archives/browse.cgi | search |
| Date: | Tue, 25 Jun 1996 14:40:36 +0400 (MSD) |
| From: | "Alexander V. Lukyanov" <lav AT video DOT yars DOT free DOT net> |
| 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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |