home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c++:19690 comp.lang.smalltalk:2780
- Newsgroups: comp.lang.c++,comp.lang.smalltalk
- Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!sdd.hp.com!ux1.cso.uiuc.edu!cs.uiuc.edu!sparc0b!pjl
- From: pjl@cs.uiuc.edu (Paul Lucas)
- Subject: Re: CLASS variable in C++ ?
- Message-ID: <C17xE7.DLs@cs.uiuc.edu>
- Sender: news@cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- References: <1993Jan21.122335.62530@qut.edu.au>
- Date: Thu, 21 Jan 1993 19:13:18 GMT
- Lines: 12
-
- In <1993Jan21.122335.62530@qut.edu.au> bub@qut.edu.au writes:
-
- > How to implement Class Variable and Class Method in C++?
-
- static
-
- For details, consult a C++ book; note C++ has no equivalent of
- class-instance variables found in Smalltalk.
- --
- - Paul J. Lucas
- AT&T Bell Laboratories
- Naperville, IL
-