Re: Implementing classes

Nathan Moore <nathan.moore@cox.net>
31 Aug 2005 00:37:27 -0400

          From comp.compilers

Related articles
Implementing classes vcrobe@yahoo.com (2005-08-16)
Re: Implementing classes Wienczny@Web.de (Stephan Wienczny) (2005-08-21)
Re: Implementing classes der_julian@web.de (Julian Stecklina) (2005-08-21)
Re: Implementing classes nathan.moore@cox.net (Nathan Moore) (2005-08-31)
Implementing classes jatinb@noida.hcltech.com (Jatin Bhateja, Noida) (2005-09-02)
Re: Implementing classes Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2005-09-04)
Re: Implementing classes kszabo@bcml120x.ca.nortel.com (2005-09-10)
Re: Implementing classes darnottJUNK@rogers.com (Doug Arnott) (2005-09-11)
Re: Implementing classes oliver@first.in-berlin.de (Oliver Bandel) (2005-09-11)
Re: Implementing classes david.boyle@gmail.com (2005-09-14)
[1 later articles]
| List of all articles for this month |

From: Nathan Moore <nathan.moore@cox.net>
Newsgroups: comp.compilers
Date: 31 Aug 2005 00:37:27 -0400
Organization: Cox Communications
References: 05-08-069
Keywords: OOP
Posted-Date: 31 Aug 2005 00:37:27 EDT

vcrobe@yahoo.com wrote:
> I'm making an object oriented language for Linux and I want to know
> where can I get information about implementing a class.


Here is something I found that is short and mostly clears it up:


http://www1.cs.columbia.edu/~sedwards/classes/2002/w4995-02/cpp.9up.pdf


It covers the feature differences between C and C++, and shows examples
of implementation of C++ features in C, including multiple inheritance
and virtual functions.
I remember in college asking professors how this was done and they
didn't know. It was the kind of thing that I just HAD TO KNOW.


Hope this helps w/o costing you $$$.


Nathan Moore



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.