home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19690 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  795 b 

  1. Xref: sparky comp.lang.c++:19690 comp.lang.smalltalk:2780
  2. Newsgroups: comp.lang.c++,comp.lang.smalltalk
  3. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!sdd.hp.com!ux1.cso.uiuc.edu!cs.uiuc.edu!sparc0b!pjl
  4. From: pjl@cs.uiuc.edu (Paul Lucas)
  5. Subject: Re: CLASS variable in C++ ?
  6. Message-ID: <C17xE7.DLs@cs.uiuc.edu>
  7. Sender: news@cs.uiuc.edu
  8. Organization: University of Illinois at Urbana-Champaign
  9. References: <1993Jan21.122335.62530@qut.edu.au>
  10. Date: Thu, 21 Jan 1993 19:13:18 GMT
  11. Lines: 12
  12.  
  13. In <1993Jan21.122335.62530@qut.edu.au> bub@qut.edu.au writes:
  14.  
  15. >    How to implement Class Variable and Class Method in C++?
  16.  
  17.     static
  18.  
  19.     For details, consult a C++ book; note C++ has no equivalent of
  20.     class-instance variables found in Smalltalk.
  21. -- 
  22.     - Paul J. Lucas
  23.       AT&T Bell Laboratories
  24.       Naperville, IL
  25.