String compare ignoring case sensitivity

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I am writing a C++ application that needs to be used across Windows and Linux.  I need to compare strings ignoring their case.  I dont see any method within the Standard Library that will do this.  Is there a method defined within C++ that will compare strings, ignore case, and work on both OSs?

SteveT<hr size="1" align="left" width="25% Steve T

View the full article
 
Back
Top