Re: sorting std::vector<string> ignoring case



Cholo Lennon wrote:
Warning: 'stricmp' is not portable and should be used like '_stricmp' through 'string.h' header (name without underscore is for
backward compatibility)

Regards

stricmp is POSIX function and exists on any decent C RTL library. Do not beleive everything one compiler tells you.


--
Cholo Lennon
Bs.As.
ARG

Che, porteños hay en todos lados ;)
.



Relevant Pages

  • Re: sorting std::vector ignoring case
    ... beleive everything one compiler tells you. ... Cholo Lennon ... stricmp is POSIX function and exists on any decent C RTL library. ...
    (microsoft.public.vc.stl)
  • Re: Dynamic version of dll file
    ... generate a version number of the dll that it create just like the C# ... if I could just set the first 2 number and the compiler could then ... should use some IDE add-ins/macros like: ... Cholo Lennon ...
    (microsoft.public.dotnet.languages.vc)

Loading