Date: Mon, 27 Aug 2001 13:07:24 +0200 Message-Id: <200108271107.NAA32720@acp3bf.physik.rwth-aachen.de> From: Hans-Bernhard Broeker To: djgpp AT delorie DOT com Subject: Re: Program, uses compare() to check for anagrams, but doesnt work X-Newsgroups: comp.os.msdos.djgpp In-Reply-To: <3B8A3001@MailAndNews.com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk In article <3B8A3001 AT MailAndNews DOT com> you wrote: > argh it still doesnt work! when i replace the compare() function > with the workaround you suggested, i get an error about invalid > lvalue in assignment or something. Please don't report errors this vaguely. We can do nothing with "or something" --- we need the actuall error message, and at the very least the source line that it refers to. But I have an idea what it may be: you were writing something like functiona () = equal; this is almost certainly wrong, even in C++. Make that equal = function() > BTW, I've noticed quite a few bugs like this, i even mistakenly > filed a DJGPP bug report, but was notified of my error. So, im > wondering, is whoever maintatins the GCC libraries aware of these? We don't know. Look in *their* bug trackers. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.