g++ cpp-sprintf2.cpp -o a.out #include <stdio.h> #include <string.h> int main() { char hex[] = {0x01, 0x02, 0x03, 0x1a, 0x2b, 0x3c};
確定! 回上一頁