Search:

Type: Posts; User: jerimo

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    682

    Loading menu for files

    I have looked around on google for a bit, but am unsure as to what term I should be using to find a solution to this; I would like to make a program that automatically launches and loads a file when...
  2. Replies
    4
    Views
    1,200

    Oh! thanks iMalc. I had never realised that there...

    Oh! thanks iMalc. I had never realised that there were two types of const calls in pointers! Good to know, and thanks again!
  3. Replies
    4
    Views
    1,200

    Pointers, how i hate you

    I tried doing this

    Current->Next = New_Cur;
    Next is a pointer, of type node. New_Cur is a const pointer of type node. For some odd reason the compiler is hollering that it can not do this.
    Now...
  4. Alright, I'll spoon feed you now; start with the...

    Alright, I'll spoon feed you now;
    start with the second node of your snake, and make it's coords the same as the node before, go through the whole list that way, so each piece goes to where the one...
  5. You could do it with a list, with a definite...

    You could do it with a list, with a definite start and end.

    You keep a const ref to your first node, and run through all your nodes til you reach the last one which you made to point to a NULL...
  6. Thread: C++ big problem

    by jerimo
    Replies
    3
    Views
    855

    Bonjour. Cela est bien que tu a ecrit ton...

    Bonjour. Cela est bien que tu a ecrit ton probleme, et de l'information sur ce donc tu esseye de faire, mais au final, ceci et un forum anglais, et donc peut-etre pas la meilleur place si tu ne parle...
  7. Replies
    3
    Views
    1,514

    Still being a beginner myself, I wouldn't say...

    Still being a beginner myself, I wouldn't say it's bad.

    If this is your first time working with files, then you had a super productive day, if it's not the first time you still completed the work...
  8. You could potentially use a sign, such as ";" to...

    You could potentially use a sign, such as ";" to denote the end of your line, and tell it to read until it reaches that sign, to get the full name no matter how long or complex it is, then it's all...
  9. Replies
    5
    Views
    5,341

    Personally I;d just use four boolians, one for...

    Personally I;d just use four boolians, one for each direction. When a key is pressed it sets that direction to true and all other to false. Your movement function should check the boolians rather...
  10. Replies
    12
    Views
    5,609

    Personally, I would check collision before...

    Personally, I would check collision before updating the screen. So your game loop would check gravity, then check collision, and apply it after all that, which would put your movement back to 0,...
  11. Thread: SDL extension

    by jerimo
    Replies
    11
    Views
    1,886

    Did you only place the dlls in the folder, or did...

    Did you only place the dlls in the folder, or did you also add the search directories of where you placed the actual headers into your linker?
  12. Replies
    9
    Views
    20,960

    I don't have any reason other than, i like the...

    I don't have any reason other than, i like the look of it that way. I'm sure it doesn't fit many people but it works for me, and truly it's either that or total spaghetti... If I follow the "normal"...
  13. Replies
    9
    Views
    20,960

    Well form what I saw I didn't do jack squat badly...

    Well form what I saw I didn't do jack squat badly with them but if they go into negatives they boost up to the highest possible value that they can reach and complete the substraction. So if the...
  14. Replies
    9
    Views
    20,960

    Most probably something stupid again, but I've...

    Most probably something stupid again, but I've reread it 50 times, and rewrote it jsut about as many times, using all three loop types...

    If the Character's health goes under 0, the IsAlive bool...
  15. Replies
    9
    Views
    20,960

    Code::Blocks made that part for me, never thought...

    Code::Blocks made that part for me, never thought that it would make such a thing possible, thanks for the help!
  16. Replies
    9
    Views
    20,960

    "Extra tokens at end of #ifndef directive"

    This is probably something really stupid that I fail to see, but as I jsut said I am failing at seeing it...

    So I keep getting the error "Extra tokens at end of #ifndef directive" in the...
  17. Replies
    3
    Views
    1,646

    Eficient wait function

    How would i go about making an EFICIENT wait method, I am willing to download libraries.

    Hope someone can help!
  18. If you keep trying to use them you'll find some...

    If you keep trying to use them you'll find some use to it, generaly I'd use it for menus or choices that the user needs to take.
  19. Thread: Google Maps

    by jerimo
    Replies
    5
    Views
    3,222

    Why not ask them then?

    Why not ask them then?
  20. Replies
    8
    Views
    887

    your welcome! If you have any more problems then...

    your welcome!
    If you have any more problems then you just have to post them!
  21. Replies
    8
    Views
    887

    You should put in a specific count to end the for...

    You should put in a specific count to end the for loop

    Also not sure why you made your code that way, you should maybe make a loop with ev erything inside(not one input outside and the a never...
  22. Replies
    8
    Views
    887

    my guess is that it's your code(it shouldn't...

    my guess is that it's your code(it shouldn't close until everything is over)


    EDIT: Ninja'd by Elysia
  23. Replies
    1
    Views
    1,092

    How to change text colour?

    I found a little something, but it only works on windows, I was wondering if there is a way to change texte colout that works on all platforms?
  24. Replies
    9
    Views
    1,781

    1)Some people here are not paid workers(IE:...

    1)Some people here are not paid workers(IE: students)
    2)I'm working on puting a twist to t-rpgs(RPGoT in this case)
  25. Well, I have been told be web developer that you...

    Well, I have been told be web developer that you can't, so I just transmitted the information that I was told. Sorr for that!
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4