Search:

Type: Posts; User: bumfluff

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: Permutations

    by bumfluff
    Replies
    2
    Views
    2,697

    Permutations

    I have been a member here for a while but haven't done any programming in a long while. I never got very far when I tried before but now I am older and wiser so I thought I would give it another...
  2. Replies
    28
    Views
    4,650

    @ Wraithan, that dictionary says it is Slang in...

    @ Wraithan, that dictionary says it is Slang in all its usages and all of the sources are cited as being American, I count that as an American word not a proper English word.
  3. Replies
    28
    Views
    4,650

    As far as I know 'busted' is not actually a...

    As far as I know 'busted' is not actually a proper word, it is the name of an extremely bad band that is no more. It is also a slang term used by american cops when making an arrest, it is not...
  4. Replies
    7
    Views
    1,464

    It would be a bad idea to pause in the message...

    It would be a bad idea to pause in the message loop becuase you want to be able to read the inputs as quickly as possible to stop any lag.
  5. Thread: Maths Help

    by bumfluff
    Replies
    10
    Views
    2,512

    Well the advantage twomers had was that he knew...

    Well the advantage twomers had was that he knew the answer to be 7 from talking on MSN so he was working towards a known solution. But I got my maths teacher to go thorugh it today. And he showed...
  6. Thread: Maths Help

    by bumfluff
    Replies
    10
    Views
    2,512

    Sorry I have written that wrong, it is y+2k, but...

    Sorry I have written that wrong, it is y+2k, but that still doesnt help me.
  7. Thread: Maths Help

    by bumfluff
    Replies
    10
    Views
    2,512

    Maths Help

    I am really stuck on this question...

    I have my Maths Prelim in a couple of days and I think I am ok with most things however I am stumped by this one question.

    The line y-2x=k is tangent to...
  8. Replies
    5
    Views
    1,568

    Perhaps the code that rotates it should just be...

    Perhaps the code that rotates it should just be reversed. it would make sense, sometimes things that you don't expect happen, maybe in your code you have got your directions mixed up.
  9. Replies
    9
    Views
    1,098

    If I remember rightly all the memory is freed up...

    If I remember rightly all the memory is freed up after the program closes, it is just if you reallocate before deallocating then you cause a memory leak. I think I right though, I am not 100% sure.
  10. Replies
    4
    Views
    1,189

    Well one thing, char isn't an argument of main. ...

    Well one thing, char isn't an argument of main.

    Also try sorting out your code layout, your if statements shouldn't really be to the left of your declaration of main.
  11. Replies
    10
    Views
    4,655

    That sort of defeats the point.

    That sort of defeats the point.
  12. Replies
    39
    Views
    4,887

    Here's another idea, replace all of the gas...

    Here's another idea, replace all of the gas tanktiles a kill tiles with a pickup tile, like with the boxes out of mario kart, it selects a random thing for you, like speed boost or mega size tank, or...
  13. Replies
    39
    Views
    4,887

    The Wankel Plasma Drive XXX Edition

    The Wankel Plasma Drive XXX Edition
  14. Replies
    39
    Views
    4,887

    My opinion is get rid of the kill squares as you...

    My opinion is get rid of the kill squares as you die anyway if you fall through a hole. Maybe replace them with a shield square so you get 5 seconds of safe, but then reduce the number. Seriously...
  15. Replies
    39
    Views
    4,887

    Its a lot better although could you make the...

    Its a lot better although could you make the steering more responsive in the sense that you stop spinning when you release as that would make it easier to steer. Also you should rename the Gas to...
  16. Replies
    39
    Views
    4,887

    I think you should also incorporate the c jump...

    I think you should also incorporate the c jump button into the oace bar, as it would just make things easier.
  17. Replies
    25
    Views
    3,574

    Ok I have it drawing text and I have my integer...

    Ok I have it drawing text and I have my integer as a std::string but it still won't accept that and it wants an LPCSTR string instead. How do I turn my string into this?
  18. Replies
    8
    Views
    2,796

    When I change to using Multi-Byte Character Set...

    When I change to using Multi-Byte Character Set or Not Set I get twelve errors instead all saying that things are undefined.
  19. Replies
    8
    Views
    2,796

    Thing is they do have Direct X 9 installed, but...

    Thing is they do have Direct X 9 installed, but they don't seem to have all teh Direct X files that I have.



    1>.\GonnaWork.cpp(55) : error C2440: '=' : cannot convert from 'const char [12]' to...
  20. Replies
    25
    Views
    3,574

    Thanks for that, how do I get the function to...

    Thanks for that, how do I get the function to output an integer as its argument is a string?
  21. Replies
    25
    Views
    3,574

    I am afraid that doesn't really help. I don't...

    I am afraid that doesn't really help. I don't really know anything about outputting text to the screen in Direct X or Win32. Any help on this matter is appreciated.
  22. Replies
    25
    Views
    3,574

    Yeah, I don't actually know how to draw text to...

    Yeah, I don't actually know how to draw text to the screen.
  23. Replies
    8
    Views
    2,796

    Well when I put it into release mode I got about...

    Well when I put it into release mode I got about 13 errors and when I tried just Multi-Threaded as that was the only one that would work other than multi-threaded Debug with DLL. When someone with...
  24. Replies
    25
    Views
    3,574

    What ways are there that I can get my program to...

    What ways are there that I can get my program to show me the results of my cos and sin calculations?
  25. Replies
    25
    Views
    3,574

    Well it is worse than I thought, it is going...

    Well it is worse than I thought, it is going pretty much the same distance at 0 degrees. HELP :(
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4