This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: string comparison C++
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: beezaur at myhome dot net
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 23 Mar 2002 16:33:04 +0100
- Subject: Re: string comparison C++
Hi Scott,
your code is correct and compiles just fine with any standard compliant C++ run
time library. On the other hand, that bundled with RedHat's gcc2.96-RH (/not/ an
official GNU release, by the way) does not implement the compare method you
need.
Definitely, I suggest installing gcc3.0.4.
Ciao, Paolo.