how to join an array of strings c ... #include char** myArray = { "hello", "world", "hello", "world", "wow!" }; char* query = myArray[0]; // you can also set this ...
確定! 回上一頁