Contents Up << >>

Input/output via <iostream.h> and <stdio.h>

How can I provide printing for a "class Fred"?
Why should I use <iostream.h> instead of the traditional <stdio.h>?
Why does my input seem to process past the end of file?
Why is my program ignoring my input request after the first iteration?
How can I "reopen" cin and cout in binary mode under DOS and/or OS/2?