I need to convert an int array into a char* array. I'm using the following code: Code: for (int x = 0; x < 8; x++) { snprintf(buffer,32 ...
確定! 回上一頁