
15.08.2007, 13:17
|
|
Leaders of Antichat
Регистрация: 25.01.2007
Сообщений: 341
Провел на форуме: 3372120
Репутация:
2565
|
|
Из инта в чар
errno_t _itoa_s(
int value,
char *buffer,
size_t sizeInCharacters,
int radix
);
Из чара в инт
int atoi(
const char *string
);
Вот еще вариант из чара в инт
https://forum.antichat.ru/showpost.php?p=437121&postcount=30
|
|
|