리셋 되지 말자

[c++] stoi 본문

알고리즘

[c++] stoi

kyeongjun-dev 2020. 5. 21. 19:02

C++11 부터 stoi 라는 함수를 제공함

stoi
// string to int

stof
// string to float

stol
// string to long int

stod
// string to double

출처 : https://blockdmask.tistory.com/333?category=249379

감사합니다!

'알고리즘' 카테고리의 다른 글

[우선순위 큐(Heap)] c++  (0) 2020.06.14
[백준 1654] 랜선 자르기  (0) 2020.06.09
[c++] to_string (int를 string으로 변경하는 함수)  (0) 2020.05.21
[C++] sort 내림차순  (0) 2020.05.21
[백준]N과M(3)  (0) 2020.05.18
Comments