#include <iostream>

int main()
{
        cout << "Testing 1 2 3 ... \n";
        return 0;
}


Tried compiling this simple program and can't understand why the error,
system produces the following errors:

test_cc1.cc: In function `int main()':
test_cc1.cc:5: `cout' undeclared (first use this function)
test_cc1.cc:5: (Each undeclared identifier is reported only once for
each
   function it appears in.)

        Any suggestions as to why this maybe ?

        Cheers,

        Aly.


-- 
 Aly Dharshi
 [EMAIL PROTECTED]
 Student and System Administrator ORS Servers

      "A good speech is like a good dress
    that's short enough to be interesting
    and long enough to cover the subject"



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to