Hey guys:

I've recently started hoarding C++ tutorials to get my info from various sources. One problem though: The Dev-Cpp tutorial uses the header stdio.h and printf(scanf) functions.

Like one other tutorial I have follows this (and, honestly, I much prefer it). But the rest use another header in addition, iostream.h, which Dev-Cpp does not include (at least not under that name) and this command for IO: cout << / cin <<

Note: Dev does include some sort of iostream, which is basically a reference to another header, but it doesn't seam to work with cout <<.

I'm a newb (just re-stating the obvious). Which header works with what, and which is most common (function)

Thanks