Re: sorting std::vector<string> ignoring case
- From: Darko Miletic <darko.miletic@xxxxxxxxxxx>
- Date: Thu, 10 May 2007 10:33:43 -0300
Doug Harrison [MVP] wrote:
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.
Indeed you are right. POSIX defines strcasecmp which is complete equivalent to the stricmp function.
http://www.opengroup.org/pubs/online/7908799/xsh/strcasecmp.html
.
- 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
- Re: sorting std::vector<string> ignoring case
- From: Doug Harrison [MVP]
- 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