分类: C/C++
2008-04-11 19:34:00
|
Convert a string to integer.
|
String to be converted.
Locale to use.
TCHAR.H routine | _UNICODE & _MBCS not defined | _MBCS defined | _UNICODE defined |
---|---|---|---|
_tstoi |
atoi |
atoi |
_wtoi |
_ttoi |
atoi |
atoi |
_wtoi |