Search:

Type: Posts; User: Maer

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    2,821

    Thanks for all the help, it's muchly appreciated....

    Thanks for all the help, it's muchly appreciated. I finally got it to work. :)
  2. Replies
    21
    Views
    2,821

    Finally, something I can fix. ;) ...

    Finally, something I can fix. ;)



    highscore.h


    #ifndef HIGHSCORE_H_
    #define HIGHSCORE_H_
  3. Replies
    21
    Views
    2,821

    Hehe, I'm sure you can punch many, and you're...

    Hehe, I'm sure you can punch many, and you're welcome to as long as I can patch them up again. :D

    I didn't change much from the code I posted aside from the two you pointed out. Basically



    ...
  4. Replies
    21
    Views
    2,821

    Well, either you lost me somewhere along the very...

    Well, either you lost me somewhere along the very short road, or something else is not as it should be, because I still can't get it to write properly.
  5. Replies
    21
    Views
    2,821

    Just because it wouldn't work at all when I...

    Just because it wouldn't work at all when I didn't. But that was with the pointer confusion. I'll move it back and try again. :)
  6. Replies
    21
    Views
    2,821

    Thanks for the amazingly pedagogical...

    Thanks for the amazingly pedagogical explanations, though to be perfectly honest I didn't really understand the purpose of what you described abachler.



    I don't understand pointers fully, that...
  7. Replies
    21
    Views
    2,821

    Thank you Elysia for the very nice explanation....

    Thank you Elysia for the very nice explanation. :)

    Seems I'm on a roll here, so perhaps you wouldn't mind helping me some more.

    I need to write the array to a file, but I can't get the...
  8. Replies
    21
    Views
    2,821

    I finally got it to work. It even does what it's...

    I finally got it to work. It even does what it's supposed to, which is just mind boggling right now. :P

    Thank you so much!
  9. Replies
    21
    Views
    2,821

    I take it back, I'm still confused. If I declare...

    I take it back, I'm still confused. If I declare the array in highscore.c and then try to call the function LoadHighscore in main, it says the array isn't declared. And that's fair enough, but as...
  10. Replies
    21
    Views
    2,821

    All right. that makes sense, I didn't realize the...

    All right. that makes sense, I didn't realize the implications. I moved the array to highscore.c, and it took care of the error. I'm sure other stuff will crop up, but hey. :)

    Thank you for the...
  11. Replies
    21
    Views
    2,821

    Strange error and impending sanity loss

    This is my first ever post in a programming forum, so please, be gentle. ;) Obviously I'm new to this.

    I got a sudden and confusing error when trying to compile. As always, I assume it's...
Results 1 to 11 of 11