Как ввести строку в массив CHAR CPP

strcpy(my_array, my_string.c_str());
Flyhouse_Squarewheel