단일 캐릭터를 string으로 변환
간혹가다 쓸 일이 있어 메모
// Create a string of size n and fill // the string with character x.
string s(int n, char x);
출처: https://www.geeksforgeeks.org/how-to-convert-a-single-character-to-string-in-cpp/
'C++' 카테고리의 다른 글
[STL]vector capacity 줄이는 팁 (0) | 2020.06.24 |
---|---|
Initialize two-dimensional vector (0) | 2020.03.04 |