Re: sorting std::vector<string> ignoring case
- From: "Doug Harrison [MVP]" <dsh@xxxxxxxx>
- Date: Wed, 09 May 2007 22:27:51 -0500
On Wed, 09 May 2007 09:21:26 -0300, Darko Miletic
<darko.miletic@xxxxxxxxxxx> wrote:
stricmp is POSIX function and exists on any decent C RTL library.
I'm not aware that it's defined by POSIX. It's been a long time, but ISTR
GNU C defining strcasecmp and seeing stricmp #defined to it.
--
Doug Harrison
Visual C++ MVP
.
- Follow-Ups:
- Re: sorting std::vector<string> ignoring case
- From: Darko Miletic
- Re: sorting std::vector<string> ignoring case
- References:
- sorting std::vector<string> ignoring case
- From: Ed
- Re: sorting std::vector<string> ignoring case
- From: Darko Miletic
- Re: sorting std::vector<string> ignoring case
- From: Cholo Lennon
- Re: sorting std::vector<string> ignoring case
- From: Darko Miletic
- sorting std::vector<string> ignoring case
- Prev by Date: Re: sorting std::vector<string> ignoring case
- Next by Date: Re: sorting std::vector<string> ignoring case
- Previous by thread: Re: sorting std::vector<string> ignoring case
- Next by thread: Re: sorting std::vector<string> ignoring case
- Index(es):
Loading