C/C++
cprog.asc
Associated article: C Programming
Tags: C/C++ Tools Open Source
_C PROGRAMMING COLUMN_
by Al Stevens
Example 1:
(a)
#include <iostream.h>
#include <iomanip.h>
main()
{
cout << setw(6) << "hello";
}
(b)
friend
ostream& operator<<(ostream& o, smanip<...


