Search:

Type: Posts; User: Heavens

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,088

    Thanks Kurt but that didn't fixed the problem it...

    Thanks Kurt but that didn't fixed the problem it works just as it always did
  2. Replies
    2
    Views
    1,088

    Vectors, iterators and loops

    I have a tile map each tile has its own class, each class is stored in a two dimensional array, one of the things I store in the Tile class is how many ships are present each ship is assigned a...
  3. Thread: Class sharing

    by Heavens
    Replies
    9
    Views
    1,006

    I still cant get classes and B and C to look at...

    I still cant get classes and B and C to look at each other data does someone have a code example of this using different files for each class?
  4. Thread: Class sharing

    by Heavens
    Replies
    9
    Views
    1,006

    Ok can someone post some code to show me what you...

    Ok can someone post some code to show me what you mean as i cant get any of it to work each class has its own cpp and h file if tat makes a differance thanks
  5. Thread: Class sharing

    by Heavens
    Replies
    9
    Views
    1,006

    Class sharing

    If i have three classes A, B and C


    class A {
    private:
    B b;
    C c;
    };

    I can create a pointer in class A that can access classes B and C however is it possible for classes B and C to...
Results 1 to 5 of 5