Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!hplabs!hpcc05!hpcuhb!hpcllla!hpclisp!hpclscu!shankar From: shankar@hpclscu.HP.COM (Shankar Unni) Newsgroups: comp.std.c++ Subject: Re: Can this be done? Message-ID: <77210005@hpclscu.HP.COM> Date: 6 Oct 90 01:42:10 GMT References: <9033@ucrmath.ucr.edu> Organization: Hewlett-Packard Calif. Language Lab Lines: 20 Brian Hawley: > class Symbol { > public: > struct node { > int a; // in real life, this data area more complex > char b; > int c; > } > Symbol(); > ~Symbol() > // and others > } > > And then try to declare something like "Symbol::node *temp", or other > alternatives ... "Symbol::node *temp" is perfectly valid code with C++ 2.1. ---- Shankar Unni.