Answers for "how to input a string into a char array cpp"

C
0

how to input a string into a char array cpp

strcpy(my_array, my_string.c_str());
Posted by: Guest on August-26-2020

Code answers related to "how to input a string into a char array cpp"

Code answers related to "C"

Browse Popular Code Answers by Language