int fputs( const char* str, std::FILE* stream ); ... #include <cstdio> int main(void) { int rc = std::fputs("Hello World", stdout); ...
確定! 回上一頁