2008-05-16 printfを使う C++ Cの標準ライブラリはnamespace stdに定義されてるのかなぁ? #include <cstdio> int main() { printf("Hello, C++\n"); std::printf("Hello, C++\n"); }