Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) iostream.h

 

iostream.h is the header file containg the definitions from input and output streams like std::cout and std::cin.

 

 

 

 

 

#include <iostream>

int main()
{
  std::cout << "Hello world" << std::endl;
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict