Search:

Type: Posts; User: MWAAAHAAA

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,070

    I am not an expert in Windows programming, but...

    I am not an expert in Windows programming, but the description of GetAsyncKeyState says the following about the return value:



    Therefore GetAsyncKeyState(VK_SPACE) always returns true, you...
  2. Replies
    11
    Views
    6,430

    And yet another extremely helpful comment by...

    And yet another extremely helpful comment by Elysia! Your post count has now been increased! (Incidentally, so has mine)
  3. Priceless.

    Priceless.
  4. If you want to change your logic after...

    If you want to change your logic after encountering an empty line, then why not simply check whether the line is empty?
  5. Replies
    14
    Views
    4,296

    Incidentally, since when is the magnitude of a...

    Incidentally, since when is the magnitude of a vector equal to the root difference square of its components?
  6. Are you familiar with the concept of a manual? If...

    Are you familiar with the concept of a manual? If not, I suggest you look it up. Here, straight from the printf manual, headed under 'conversion specifier', 'c':

    ... the int argument is converted...
  7. Obviously having the board size and number of...

    Obviously having the board size and number of opponents and whether they are computers or humans, hard-coded in your program is not very user-friendly. How about letting the user enter these...
  8. Replies
    11
    Views
    6,486

    Qt - A cross-platform application and UI...

    Qt - A cross-platform application and UI framework, well-designed, well-documented, easy-to-use.
  9. Replies
    6
    Views
    1,623

    You should read up on the differences between...

    You should read up on the differences between assignment and comparison.
  10. Replies
    125
    Views
    10,784

    Grumpy said best what we all know to be true: ...

    Grumpy said best what we all know to be true:



    From this thread.
  11. Replies
    18
    Views
    4,061

    Except that if he converts it to 8-bits, then he...

    Except that if he converts it to 8-bits, then he will lose a lot of resolution in z-value.
  12. It is one possible approach. Obviously if you...

    It is one possible approach. Obviously if you just want to play around with a single file it is perfectly fine to manually convert it to a format that you are comfortable with. On the other hand, if...
  13. Replies
    2
    Views
    2,882

    You don't 'manually' specify the texture...

    You don't 'manually' specify the texture coordinates, you have a modeling program do that for you. All your program has to do is to just load in the data, and render it.
  14. I had a similar issue a long time ago, never...

    I had a similar issue a long time ago, never figured out the underlying cause. SDL is about as easy to setup as GLUT and solved the problem for me at the time.
  15. Are you by any chance using GLUT?

    Are you by any chance using GLUT?
  16. Replies
    13
    Views
    1,881

    Now that we're on the topic of rookies: very very...

    Now that we're on the topic of rookies: very very bad coding practice to show a beginner!
  17. Replies
    35
    Views
    12,981

    Oh dear!

    Oh dear!
  18. Replies
    8
    Views
    3,255

    Think about what you want to accomplish in a...

    Think about what you want to accomplish in a logical manner. Essentially what you are asking is the following: I have a random polygon in space, but I have no convention as to what constitutes the...
  19. Replies
    18
    Views
    2,341

    On a side note, this topic reminds of...

    On a side note, this topic reminds of something... Caroundw5h, perhaps you are also bothered by this? [WARNING: some people may find this offensive]
  20. Replies
    18
    Views
    2,341

    I'm guessing they don't have mirrors where you're...

    I'm guessing they don't have mirrors where you're from?
  21. Also don't forget that there are probably...

    Also don't forget that there are probably endianness issues propping up when working with Mac vs. PC.
  22. Thread: Allegro...

    by MWAAAHAAA
    Replies
    18
    Views
    9,391

    A giving up attitude is going to get you nowhere....

    A giving up attitude is going to get you nowhere. This really is a simple matter of placing the correct switches at the right places, and also one of the reasons why I abhor IDE's.
  23. Replies
    37
    Views
    4,244

    Have a look at CommonTater's first post for a...

    Have a look at CommonTater's first post for a possible approach.
  24. Replies
    37
    Views
    4,244

    And I'm such a likable fellow...

    And I'm such a likable fellow...
  25. Replies
    37
    Views
    4,244

    Nah, I think you couldn't find the delete button,...

    Nah, I think you couldn't find the delete button, so you're trying to save face by putting in an edit.
Results 1 to 25 of 257
Page 1 of 11 1 2 3 4