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. This is said when something is "quite debatable" Johnny: Mount Kosciusko is the tallest mountain in Australia Jimmy: That is..
1. Often used to define superiority and class, this word may only apply to few individuals who are in the position to be treated as the eli..
1. to punch someone in the stomach hard enough o make them bed over and fall down. I kwalled jon so hard he hit the floor gasping for brea..