Search:

Type: Posts; User: Bonnet

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,268

    I know that they are not part of the tile map,...

    I know that they are not part of the tile map, but I thought that I would add different things like enemies and other interactable (can't think of a real word to use there) objects to the map so that...
  2. Replies
    3
    Views
    1,268

    Precision in a tile map grid?

    I'm not sure if the title is completely accurate, so please let me know if I should change it.

    I'm trying to get into game programming, so I'm creating really basic games (the one I'm currently...
  3. Replies
    4
    Views
    1,057

    Okay thanks, I'll look at that tutorial. That...

    Okay thanks, I'll look at that tutorial. That helps me with the "T" variable.

    But is there anyone who can explain the order of the tutorials for me?
  4. Replies
    4
    Views
    1,057

    C++ Tutorial Order Confusion

    The past few weeks I've been following the C++ tutorials at the cprogramming website in order (Clicking the "Next Tutorial: *name*" link at the bottom of each tutorial to go to the next one.)
    ...
  5. Replies
    3
    Views
    3,509

    Linked Lists (I don't understand...at all?)

    I finished reading the article on Linked Lists in C++, and I don't get...well, I don't get pretty much anything.

    The way that the tutorial described linked lists seemed somewhat vague unspecific,...
  6. Okay, thanks for the reply. I knew I was missing...

    Okay, thanks for the reply. I knew I was missing something, because it sounded like inline functions were completely useless.
  7. So without the "inline" keyword, the compiler...

    So without the "inline" keyword, the compiler tells the program to look at whatever code that function has, and run it, whenever the function is called, but with the "inline" keyword, the compiler...
  8. Am I missing something? (Tutorial #13: Inline Functions)

    I just read Tutorial #13: Inline Functions on this website, and I think I might be missing something.

    It seemed like inline functions are completely useless. Isn't that the point of a function in...
Results 1 to 8 of 8