i'm getting a problem when using cin and cout, for some odd reason it's like I'm not using a C++ compiler. I'm using Microsoft Visual C++ 6.0 and i tried using a borland compiler as well and i get the same error on several different computers. What in the world is going on?
#include <iostream>
using namespace std;
int main(void)
{
cout << "Welcome to C++!";
return 0;
}
:evil: Frustrating I'm tired of using printf and scanf !