
-----------------------------------
MrShrimp
Sun Jul 04, 2004 1:49 pm

Complete Nub question here
-----------------------------------
Saw a similiar post but didnt answer my question, so sorry for making you guys say some stuff over again but here goes...

Im using dev-C++ and for some reason i cant include iostream properly. I end up including iostream.h which includes iostream in it but then it says something like cout undeclared or something everytime i use it.

This is what i have now that gives me `cout' undeclared 

#include 

main ()
{
    cout 