반응형

int를 string으로 변환하기 : to_string(int)

string를 int로 변환하기 : atoi(s.c_str())

반응형

'C++ STL' 카테고리의 다른 글

15. c++ stl equal()  (0) 2020.04.05
14. c++ stl count(), count_if()  (0) 2020.04.04
12. C++ stl fill() fill_n()  (0) 2020.04.03
11. C++ STL copy() copy_backward()  (0) 2020.04.03
10. C++ string 컨테이너 - 10문제  (0) 2020.04.02
Posted by 명문코딩컴퓨터
,