C++ Library template iostream

C, C++, etc Programing examples. Post as many you can. Test the programs and discuss about the output of the programes.
Forum rules
Please Discuss & post only about the programes and its Output

C++ Library template iostream

Postby Nitish » Sat Jun 26, 2010 11:14 am

iostream is a header file which is used for input/output in the C++programming language. It is part of the C++ standard library. The name stands for Input/Output Stream. In C++ and its predecessor, the C programming language, there is no special syntax for streaming data input or output. Instead, these are combined as a library of functions. Like the cstdio header inherited from C's stdio.h,iostream provides basic input and output services for C++ programs. iostream uses the objects cin,cout,cerr, and clog for sending data to and from the standard streams input, output, error (unbuffered), and error (buffered) respectively. As part of the C++ standard library, these objects are a part of the std namespace.
With Regards,
Nitish
User avatar
Nitish
Super Member
Super Member
 
Posts: 30
Joined: Fri Jun 18, 2010 9:28 pm
membership: Senior Technician of The Institution of Engineers (India)- ST

ad
 

Return to Computer Notes : Some Sample Programs

Who is online

Users browsing this forum: No registered users and 0 guests