Test program: --- #include <cstring> #include <cstdio> char buf1[256]; void append(const char *s) { std::strncat(buf1, s, sizeof(buf1) ...
確定! 回上一頁