Search:

Type: Posts; User: Fautt

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,265

    Looks like the substitution did the trick. I...

    Looks like the substitution did the trick. I guess Rectangle is reserved by some STL *scritches head*

    You'd think they'd tell me these things.
  2. Replies
    7
    Views
    2,265

    What does declaring using std::cout; do? How...

    What does declaring using std::cout; do?

    How would I declare it? (Noob here)
  3. Replies
    7
    Views
    2,265

    Well, I understand the tutorial on using...

    Well, I understand the tutorial on using namespaces -- you group a section of classes together and save on typing?

    Utils::SomethingUseful::SomethingUseful() { void } blah whatever.

    But I'm...
  4. Replies
    7
    Views
    2,265

    standard namespace? Actually, forget #include...

    standard namespace?

    Actually, forget #include <cstdlib> -- that's not in my header anymore. I still get the error nonetheless.
  5. Replies
    7
    Views
    2,265

    Dev-Cpp Compliation Issues..

    In Rect.hpp



    #ifndef Rect_H
    #define Rect_H
    // Begin Rect.h
    #include <cstdlib.h>
    #include <iostream.h>
Results 1 to 5 of 5