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()
).
C++ Language |
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()
).