Creating a C string is as simple as: char string[30];. That will create an array of up to 30 characters. If you do it globally it will be stored ...
確定! 回上一頁