char a = '1';
int b = a -'0';
출처: http://stackoverflow.com/questions/439573/how-to-convert-a-single-char-into-an-int
int b = a -'0';
출처: http://stackoverflow.com/questions/439573/how-to-convert-a-single-char-into-an-int
'프로그래밍 > C/C++' 카테고리의 다른 글
배열 초기화 (0) | 2012.04.13 |
---|---|
반올림 함수 (0) | 2012.03.28 |
C++에서 소문자, 대문자 바꾸기 (0) | 2011.10.11 |
getline(cin, temp); (0) | 2011.09.26 |
Visual Studio 2010에서 콘솔 창이 바로 꺼질 때 (0) | 2011.06.22 |