Comment saisir une chaîne dans un tableau char CPP

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