Using namespace. #include <iostream> using namespace std; int main() { ... return 0; }. c++ using namespace. using namespace std. iostream c++.