Search:

Type: Posts; User: Lesshardtofind

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,152

    Yea I do try to improve code over the life of a...

    Yea I do try to improve code over the life of a project often. I usually set a list of things I want added this week. I write a bunch of psuedo code and design modules to see what is the most...
  2. Replies
    6
    Views
    1,152

    It turned out to be a class that stores the...

    It turned out to be a class that stores the values needed to render sprites and then renders them to the screen. So passing by reference would probably be better than creating a new one for every...
  3. Replies
    6
    Views
    1,152

    Yea I plan to install a profiler on my machine...

    Yea I plan to install a profiler on my machine when I get to the optimization phase of the project. I am still just plowing through as much code as I can to hit my self imposed deadline. After I...
  4. Replies
    6
    Views
    1,152

    Splitting hairs again

    Hey,

    I am sure I am just splitting another hair here, but is there a significant computational difference between looking at a class's public member vs calling one of its functions?

    Basicly...
Results 1 to 4 of 4