cout is a member of the std namespace. To use it:
Code:
std::cout << "Hello World!";