Search:

Type: Posts; User: Skusey

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    1,635

    Thanks for all the help everyone, one more piece...

    Thanks for all the help everyone, one more piece of the C++ puzzle clear in my head, eventhough its now polluted somewhat with sandwich annolgies ;).

    Cheers again,
    Skusey
  2. Replies
    17
    Views
    1,635

    Reading hk_mp5kpdw's post again I see you are...

    Reading hk_mp5kpdw's post again I see you are emphasising only the last 3 in the list, so I assume TerrainPatch* blah, and TerrainPatch *blah, both represent a pointer, and are the same then? Is...
  3. Replies
    17
    Views
    1,635

    ahh... oh dear looks like my understanding of C++...

    ahh... oh dear looks like my understanding of C++ is actually going backwards...

    Could someone explain the difference between:


    TerrainPatch* blah;

    and...
  4. Replies
    17
    Views
    1,635

    Class with pointer to same class

    Hi,
    I have designed a class in C++ that has four pointers to its 'neighbours' in the world. Its neighbours are of the same class, so I have ended up with a class that has a reference to itself....
  5. Replies
    2
    Views
    1,788

    Thank you Davros! That worked perfectly! Many...

    Thank you Davros! That worked perfectly! Many thanks for the assistance,

    Skusey
  6. Replies
    2
    Views
    1,788

    Beginners OOP question

    Hi,

    When using classes in C++, how can you have it where both classes have a reference to each other? For example, we have a space ship class, and a space ship's component class:

    Space ship...
  7. Replies
    0
    Views
    1,853

    Normalised vector to rotation matrix

    Hi,

    I have a normalised vector representing the direction of a cue stick. This cue sticks model is represented in world space as running along the x-axis, ending with its tip at the origin. So a...
  8. Replies
    8
    Views
    4,356

    Ah, sorry I'v been a fool! The stack overflow...

    Ah, sorry I'v been a fool! The stack overflow should have been the clue, all these problems are going on within a potentially recursive function, which clearly is calling itself one too many times,...
  9. Replies
    8
    Views
    4,356

    Yes, I tried that code, and I get the overflow...

    Yes, I tried that code, and I get the overflow again. In any context I have tried the overflow occurs :(. As for the #ifdef __cplusplus code, that is from one of the DirectX header file, not my own...
  10. Replies
    8
    Views
    4,356

    Stack overflow with sqrtf

    Hi,

    No doubt I am doing something stupid, but I cant get to the bottom of this error, so any help would be massively appreciated! I came across it using dx9.0c, calling the D3DXVec3Length...
Results 1 to 10 of 10