Thread: For Thantos

  1. #1
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    For Thantos

    . <--Theres a point...

    "point" < --- theres the word point...

    < -- I am currently pointing my finger at this point...




    AND I referenced the points with pointing arrows.

    and for good measure...

    http://points.com



    There a completely non-pointless thread, just for thantos.

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Then why'd you post it? A PM would do.

  3. #3
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    because in another thread thantos said he would like to see a non-pointless thread in General Discussion... so I helped

  4. #4
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    A pointer for thantos
    Code:
    #include <stdio.h>
    
    struct info {
            int thantos;
            int *ptr;
    };
    
    int main(void){
            struct info new;
            struct info *real;
            real=&new;
            real->thantos=12;
            real->ptr=&real->thantos;
            printf("%p == Pointer\n",(void *)(*real).ptr);
            printf("%d == pointer data\n",*(*real).ptr);
            return 0;
    }

  5. #5
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    rofl, nice

    This is really a non-pointless thread!

  6. #6
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Riiighhht

  7. #7
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    Quote Originally Posted by Vicious
    rofl, nice

    This is really a non-pointless thread!
    So what's your point.




    (Sorry.. had to do it...)
    Blue

  8. #8
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    This thread's getting to the point of no return

  9. #9
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Muaha, points every where...

    I am going to just start randomly pointing at things around me... YAY...

    C'mon people, lets get to the point, because the point of the matter is that this is not pointless at all which is the whole point im pointing towards. I had to point that out, so you would get the point. I hope I pointed you in the right direction. Point taken?

    Thats my point...

  10. #10
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    I am going to look at you wierd and walk away now...
    Blue

  11. #11
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Quote Originally Posted by Betazep
    I am going to look at you wierd and walk away now...
    I wish Kermi3 would come read this and point his mouse arrow at the lock button and prove a bigger point.
    The world is waiting. I must leave you now.

  12. #12
    Quietly Lurking
    Join Date
    Aug 2001
    Posts
    208
    Well I get the point, but I think there is a much bigger point that you are not addressing, but I don't feel like pointing it out to you.

    Yes I am really Bored thank you...

  13. #13
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    This thread tried to address a memory range out of bounds...
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  14. #14
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >> point his mouse arrow at the lock button
    Sorted.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed