C++ Language/Std/Strings/Locale

The behavior of some string functions will depend on the computer system's "locale" setting. The Win32 implementation of some functions (e.g., atoi()) have a locale-sensitive alternative (atoi_l()).

Additional information about locale

Category:Book:C++ Language#Std/Strings/Locale%20
Category:Book:C++ Language