Iostream

What is Iostream?


1.

Input/Output Stream. The C++ equivalent of stdio. It provides the cin(input), cout(output), and cerr(error) stream objects.

// hello world program

#include <iostream>;

int main()

{

std::cout << "Hello, world!" << std::endl;

return 0;

}

See iostream, stdio, c++, cin, cout


25

Random Words:

1. turd ic ulate (n) the microscopic particles of a turd that give a fart that distinctive aroma. Sandy walked into a cloud of turdiculate..
1. As fast as a hare and as strong as a bear. Showing extreme speed and strength in combination. One example is a man in Cohoes, NY, livin..
1. An irritating person who does not even have the depth of an asshole. J is such an assrim, she isn't even deep enough to be conside..