From: Vik Heyndrickx Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP's C++ compiler Date: Fri, 12 Dec 1997 08:45:15 +0100 Organization: University of Ghent, Belgium Lines: 10 Message-ID: <3490EB8B.609@rug.ac.be> References: <349082e9 DOT 0 AT 206 DOT 25 DOT 198 DOT 7> NNTP-Posting-Host: eduserv1.rug.ac.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Robert McNulty wrote: > > I have a question. How do you define classes in Gnu C? > At least the DJGPP version? This is by no means different than with other compilers. The only thing that you may find to be different is the way how templates are instanciated, but this is described in the compiler's help. This is common among all gnu C compiler's. C++ language specific questions should go to comp.lang.c++ .