Search:

Type: Posts; User: Goombaz

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    897

    #include question

    I want to include <string> in my main file, as well as a subfile that I included in my mainfile. However, I have noticed that if I #include it in both files, I pay for it twice in terms of EXE bulk....
  2. Replies
    4
    Views
    865

    Thanks, I got that working a few seconds before I...

    Thanks, I got that working a few seconds before I checked this ironically enough.

    Else-if is more elegant than what I did(which was check the keeper variable).

    I may not need the first check,...
  3. Replies
    4
    Views
    865

    (Linked List) Is this right?

    Does this seem right? I mean I could show you all the code but this function is kind of self contained. It works so long as all the visuals(a custom type) sent thru it have the same location_z value,...
  4. By the way, how much of a readability improvement...

    By the way, how much of a readability improvement is this?

    There are funky spaces appearing in the code when I paste it here.


    //HGE engine instance pointer
    extern HGE * hge;
    /*
    ** The...
  5. Ah man, thanks guys. I really appreciate the...

    Ah man, thanks guys. I really appreciate the help.

    Sometimes it's so hard to find your own errors, especially as you are learning. That fixed it right up. In fact, I remember reading to do that...
  6. Ok, that was the problem :D However, now...

    Ok, that was the problem :D

    However, now something much deeper and more evil seems to be afoot.

    Now it says

    [Linker error] undefined reference to `vtable for visual'

    Oh boy, I have...
  7. Undefined referance to Vtable?

    The initial problem was solved. Please read down to third post for current problem. --TIA
Results 1 to 7 of 7