파싱, tokenizer
[링크 :https://psychoria.tistory.com/666]
[링크 : https://stackoverflow.com/questions/53849/how-do-i-tokenize-a-string-in-c]
string을 숫자로
[링크 : http://yotop93.blogspot.com/2015/04/string.html]
문자열 자르기
-1 식으로 끝에서 자르는건 안되는 듯
[링크 : http://www.cplusplus.com/reference/string/string/substr/]
'Programming > C++ STL' 카테고리의 다른 글
vector 값 비우기 (0) | 2021.10.02 |
---|---|
cpp 부모타입으로 업 캐스팅 된 객체의 원래 클래스 알기 (0) | 2021.09.30 |
cpp stringstream << 연산자 (0) | 2019.05.24 |
c++ 함수 인자 기본값 (0) | 2017.11.08 |
cpp string compare 와 == (0) | 2017.01.31 |