X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: linked list problem Date: 3 Sep 2004 10:11:34 GMT Lines: 24 Message-ID: <2pquamFodl3fU3@uni-berlin.de> References: <20040902195136 DOT 82456 DOT qmail AT web20226 DOT mail DOT yahoo DOT com> X-Trace: news.uni-berlin.de Nuc1151tNXtzWiCT3yeOEwiG5D5f0sY4TIKQhR6ts0hEhQBnwKbCpk0hgl X-Orig-Path: not-for-mail To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com pradyut bhattacharya wrote: > i'm using rhidew compiler in winxp No, you're not. Because RHIDE isn't a compiler. It's an idea. The compiler is GCC (or rather it's C++ incarnation, G++, in this case). > void destroy > { The problem is that a crucial item is missing in the above two lines. And the compiler even told you so, in no uncertain terms: > /* > string.cc:45: error: invalid member function declaration Now get back to your textbook and look up how a function declaration is supposed to look like, and compare it with the above. Some of the other errors are likely to be follow-up errors. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.