Search:

Type: Posts; User: jimboob

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    10,834

    Is the GMail 2gb thing an April Fools as well?...

    Is the GMail 2gb thing an April Fools as well? (http://gmail.google.com/gmail)
  2. Replies
    1
    Views
    1,246

    Targa File Help

    I have a class that I wrote, (first one that has to do with reading in Binary Files) that is meant to read in TRUECOLOR TGA Files. For some reason it is not working and the results come out a bit...
  3. Replies
    16
    Views
    3,416

    Looking good so far. The bug that I found was...

    Looking good so far.
    The bug that I found was the units could fire quite long distances.
  4. Replies
    27
    Views
    9,441

    Damn... I still only have the six.

    Damn... I still only have the six.
  5. Replies
    18
    Views
    6,129

    Opera Version 8 Beta Available

    Opera 8 Beta has just been released. They decided to skip 7.6 and make Version 8 a major release.
    http://www.opera.com/download/get.pl?id=26297
  6. Replies
    18
    Views
    6,129

    Honestly... I don't think so. I've been trying to...

    Honestly... I don't think so. I've been trying to give these out for ages.
    Nobody wants them really.
  7. Replies
    18
    Views
    6,129

    3 Gmail Invites to hand out

    Just post your email address on this thread (or email me at [email protected], with your email address. If you do this please also post a message on this thread so people can count how many Invites...
  8. Replies
    4
    Views
    1,969

    It depends on the function. For example: ...

    It depends on the function.

    For example:

    bool Init();

    if (!Init)

    The exclamation means if init returns zero: then do something.
  9. Replies
    17
    Views
    5,597

    Go Opera! Mozillas good too though. (And it's...

    Go Opera!
    Mozillas good too though. (And it's free!)
  10. Replies
    5
    Views
    4,209

    Cool... Thanks everyone

    Cool... Thanks everyone
  11. Replies
    5
    Views
    4,209

    What is a matrix's purpose in OpenGL

    In the OpenGL book that I bought it didn't go into detail what a Matrix was. I looked it up on the internet and discovered that it is a two-dimensional array (that's pretty much all it told me). What...
  12. Replies
    3
    Views
    1,876

    I suffered pretty much the same problem... I...

    I suffered pretty much the same problem... I thought it must of been something I had done wrong. Did you get the texture mapping tutorial from NeHe site?
  13. Thread: Gmail Drive

    by jimboob
    Replies
    5
    Views
    3,010

    How do you get a GMail account... I want one.

    How do you get a GMail account... I want one.
  14. Replies
    6
    Views
    3,376

    Cool, thanks everyone. I never knew that you...

    Cool, thanks everyone.
    I never knew that you could access the return value of main from another program. That could help heaps with the project that i'm currently working on.
  15. Replies
    6
    Views
    3,376

    Why does main need to return a value?

    I read the FAQ and it told me that it should always return an int. The thing that I don't understand though is why it needs to return anything at all... Can you use something like "!C:\program.exe"...
  16. Replies
    13
    Views
    1,931

    A Way of Converting Float to string

    Hi,
    I was wondering if there was a way to copy a float to a string. My current technique (until i figure out a better one) is to load the float into a file from ofstream and then read it back in as...
  17. Is there a way to send floats through Winsock?

    And does anyone know where i could learn about Winsock and Networking.
    I used http://www.gametutorials.com/Tutorials/Networking/Networking_Pg1.htm

    TIA
  18. Replies
    2
    Views
    2,642

    ifstream getline

    Hi all,
    Just wondering if there is a way to overload the getline function so that it can exit on both a '\n' or a '\ ' (space).

    I tried getline(Buffer, 10, '\n' | ' ') along with many other...
  19. Replies
    4
    Views
    1,142

    Dynamic Memory... Need Help

    Just wondering whether it was possible to actually import a piece of text in from a text file and instead of using arrays to allocate data for it, i want to use a variable

    e.g.

    <code>
    if...
  20. Replies
    5
    Views
    1,470

    I wanted to load in from a text file and it would...

    I wanted to load in from a text file and it would be 3d. I'm just trying to think of a way to store it but i could probably find the number of vertices, etc by using the for loop, i think... I'm not...
  21. Replies
    5
    Views
    1,470

    How I would load in a level

    Anyone know of any tutorials that give techniques of doing this?
    TIA
  22. Replies
    6
    Views
    1,561

    Cool thanks for the help everyone

    Cool thanks for the help everyone
  23. Replies
    7
    Views
    1,161

    Cool Thanks Everyone

    Cool Thanks Everyone
  24. Replies
    6
    Views
    1,561

    What is a Vector and Matrice

    Can someone please point me in the direction of some websites which explain them.

    TIA
  25. Replies
    7
    Views
    1,161

    What does -> mean?

    My book (The complete Idiots Guide to C++) never used it or explained it.
    eg: g_glRender->Init();

    TIA
Results 1 to 25 of 41
Page 1 of 2 1 2