Search:

Type: Posts; User: Atolar

Search: Search took 0.00 seconds.

  1. Ok so the problem isn't in the function then?...

    Ok so the problem isn't in the function then? That's all I needed to know I guess...
  2. thanks for the insight about str,i I wasn't...

    thanks for the insight about str,i I wasn't aware of that!

    However, the code I presented was just an example of the usage. In my actual usage there are values in the array. How can I make this...
  3. Manipulating Strings? (tolower, toupper, ucfirst)

    Hello all!

    I'm interested in creating a function that will take in an array and, using pointers, change that array to all lowercase. The process will be replicated in 2 other functions to change...
  4. Replies
    10
    Views
    1,495

    Ok, thanks quantum, that's what i was looking...

    Ok, thanks quantum, that's what i was looking for.


    Although what's the difference between UpdateGameworld() and Render()?
  5. Replies
    10
    Views
    1,495

    In C++, can you run multiple loops at a time? ...

    In C++, can you run multiple loops at a time?

    Or would I have to order the steps to they all change before the loop continues? This is the main problem i'm seeing.
  6. Replies
    10
    Views
    1,495

    Thanks guys. Also, sorry about how I worded it...

    Thanks guys. Also, sorry about how I worded it up there ^^, didn't mean to offend if I did.

    Any other help is welcome!
  7. Replies
    10
    Views
    1,495

    I've just begun programming in C++ to make actual...

    I've just begun programming in C++ to make actual games

    That doesn't mean I'm just starting c++ programming. Also, not to be rude, but i'm not asking if you think I can do it... i'm asking how i...
  8. Replies
    5
    Views
    3,227

    Hahaha, nice find!

    Hahaha, nice find!
  9. Replies
    10
    Views
    1,495

    General Steps a game should have

    I've just begun programming in C++ to make actual games, and I was wondering what the general steps should be?

    This will be openGL. I know I have to include commands for moving, commands for...
  10. Replies
    8
    Views
    4,283

    Thanks guys, so i'll keep my Dev-C++. But I'm...

    Thanks guys, so i'll keep my Dev-C++.

    But I'm getting this error:
    gl\glaux.h: No such file or directory.

    How do I map this out right?

    EDIT: Actually, I've found where it would go, but I...
  11. Replies
    8
    Views
    4,283

    Recommended Compiler for OpenGL

    The only compiler I have right now is Dev-C++. I've heard that this does not work for using OpenGL, and that Visual C++ is better. Can you give me some advice on what to choose if DevC++ isn't good...
Results 1 to 11 of 11