iostream.h deprecated? <SOLVED>
::Update::
I uninstalled the old version of DevCpp and installed MinGW. I then downloaded and installed the bare IDE wo/ the compiler and directed the IDE torwards the MinGW include dir, etc. It seems to be working.
Just decided to switch back to DevC++. I downloaded the newest version (with MinGW/GCC 3.2). When I attempted to compile a simple "Hello, World!" console app, I got a couple of errors about cin and cout not being defined. I'm assuming that iostream.h has somehow been deprecated. Anyone know what the equivalent is now? Thanks.
edit://fixed some typos