String to CharAttay
#include <iostream>
using namespace std;
int main(){
string str1="str";
char c1[11];
strcpy(c1,str1.c_str());
}
'Algorithm ๐ง๐ปโ๐ป > Note' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[C++, ํ ํ๋ฆฟ] ํ๋ก์ด๋-์์ฌ (0) | 2022.05.13 |
---|---|
[C++, ์ ์ฉํ ๋ฌธ๋ฒ] upper_bound, lower_bound (0) | 2022.05.11 |
[C++, ํ ํ๋ฆฟ] ์์ ๊ตฌํ๊ธฐ(์๋ผํ ์คํธ๋ค์ค์ ์ฒด) (0) | 2022.04.11 |
[C++, ์ ์ฉํ ๋ฌธ๋ฒ] ๋ฌธ์์ด ๋์๋ฌธ์ ๋ณํ (0) | 2022.04.10 |
[C++, ์ ์ฉํ ๋ฌธ๋ฒ] ํน์ ๋ฌธ์ ์นํ regex_replace (0) | 2022.04.09 |
[C++, ์ ์ฉํ ๋ฌธ๋ฒ] String split, parsing ํจ์ (0) | 2022.04.08 |
๋๊ธ