=================================
=================================
=================================
출처: http://arer.tistory.com/43
string to int - string에서 int로 변환
atoi()함수 사용. -> atoi(char*)
인자가 char*형이기 때문에 c_str()함수로 변환해주어야함.
int to string - int에서 string으로 변환
to_string()함수 사용. -> to_string(int)
출처: http://arer.tistory.com/43 [아러의 컴퓨터 대백과]
=================================
=================================
=================================
'프로그래밍 관련 > 언어들의 코딩들 C++ JAVA C# 등..' 카테고리의 다른 글
C/C++ 스레드, IOCP 관련 (0) | 2017.06.28 |
---|---|
C, C++ 스레드(Thread) 관련 WaitForSingleObject 함수 (0) | 2017.06.15 |
std::string과 std::wstring간의 문자열 변환 관련 (0) | 2017.06.13 |
C++ 멤버변수 static const 관련 등등 (0) | 2017.03.30 |
c++ CRT 라이브러리를 사용하여 메모리 누수 찾기 관련 (0) | 2017.02.21 |
댓글 영역