Search:

Type: Posts; User: ethorad

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,901

    I assume that if I use the second method I can...

    I assume that if I use the second method I can do:


    using std::cout;
    using std::endl;

    cout << "Stuff" << endl;


    Also, whats wrong with namespace std declarations?
  2. Replies
    6
    Views
    1,901

    Ah, namespace is it, fantastic. Not used to...

    Ah, namespace is it, fantastic. Not used to namespaces yet, thanks loads for that. I did think it might be something simple and silly I was missing!

    Fast response too!

    Cheers :)
  3. Replies
    6
    Views
    1,901

    cout undeclared?

    Hi guys

    I used to program C, but recently took the plunge and decided to de-rust myself and start on Cpp ... however I'm being driven mad by a "cout undeclared" error when I compile and I just...
Results 1 to 3 of 3