#include <iostream> using namespace std;
#include <iostream.h>
例えば
// hello2.cpp #include <iostream.h> int main() { cout << "Hello, world." << endl; return 0; }
もっと古い本を見ると #include <stream.h> なんて書いているのもある。