Languages/C++

int를 string으로 변환하기

devmae 2012. 11. 6. 15:15


itoa(변환할 숫자형 데이터, 변화되어 담겨질 char형 변수, 진수);