From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <926117853 DOT 478 DOT 55 AT news DOT remarQ DOT com> Subject: Re: Classes and Structs, can someone please help? Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Fri, 7 May 1999 20:18:31 -0600 NNTP-Posting-Host: 208.4.224.142 X-Trace: newsfeed.slurp.net 926129968 208.4.224.142 (Fri, 07 May 1999 21:19:28 CDT) NNTP-Posting-Date: Fri, 07 May 1999 21:19:28 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Al Morgan wrote in message news:926117853 DOT 478 DOT 55 AT news DOT remarQ DOT com... > > it doesn't seem to like my struct, nor the function in it... think you > could help? C++ allows the use of functions in structs. struct members are public by default; class members are private.