Search:

Type: Posts; User: Argentum

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,227

    Alright, I'll move on. I just don't have a lot of...

    Alright, I'll move on. I just don't have a lot of time, so I was just building off what I had. Thanks for replying.
  2. Replies
    5
    Views
    1,227

    tetris - jerky and unresponsive

    I've been kindof busy, but I got the basic tetris program I had last week working pretty good, added preview, score ect., could do alot more but its all working pretty good except one more basic...
  3. Replies
    2
    Views
    1,327

    Programming for palm palm os (4)

    Has anybody here done it? How difficult is it, I've never real seen a 'console' app. so I'm guessing it will be a few levels up from where I'm at. I have clie(sj22, os 4) and I can think of alot of...
  4. Replies
    13
    Views
    2,503

    I think my computer may be much slower than...

    I think my computer may be much slower than yours, cause the flickerings really bad. I am going to add a preview to it though (along with main menu and other stuff). Theres got to be a way to make...
  5. Replies
    13
    Views
    2,503

    The version I have right now (the second that I...

    The version I have right now (the second that I posted) doesn't use the timer function I was trying to work out how to include the kbhit() function, but I ended up rewriting so the timer is in main....
  6. Replies
    13
    Views
    2,503

    I thought the spacing was a little messy too, I...

    I thought the spacing was a little messy too, I was going to fix it all up, but I didn't, so I guess I should.

    Oh, and I am rejoicing :p .
  7. Replies
    13
    Views
    2,503

    Yea, about the linux thing, thats nice to know....

    Yea, about the linux thing, thats nice to know. When I'm good enough to make any real contributions to opensource software, I'd be much happier helping llinux than windows.
    I started programming a...
  8. Replies
    13
    Views
    2,503

    Alright, thanks. I dont really understand...

    Alright, thanks. I dont really understand pointers and some other things yet, so at this point I think I'll start reading again for a few days. Try to understand everything I need to. If I have any...
  9. Replies
    13
    Views
    2,503

    Thanks thats what I was looking for. So I got...

    Thanks thats what I was looking for.
    So I got that working now but I still want to do some other things. First , the program seems kindof choppy( not just that the display flickers) it seems to...
  10. Replies
    13
    Views
    2,503

    getting input without waiting for it(tetris)

    Im making a tetris program. The only other program I've made was a simple "rock, paper, scissors" program (besides "hello world", farenheit to celsius converters, etc, and other 10-20 liners). Im...
  11. Replies
    15
    Views
    2,441

    Sorry, should have searched first , this is...

    Sorry, should have searched first , this is probably asked often, but thanks for all your replys anyway. I'm pretty much a complete beginner, learned how to write my first "Hello world" program a few...
  12. Replies
    15
    Views
    2,441

    books for learning c++

    I've heard Accelerated C++: Practical Programming by Example is good. Is it the best, and are there any other books I might want to get?
  13. Replies
    6
    Views
    1,736

    I haven't read about vectors yet, but I will. Ok...

    I haven't read about vectors yet, but I will.
    Ok I pretty much solved my prooblem ( or at least can work aroud it)
    Still wandering though, can you return an array? Seems to me it was only returning...
  14. Replies
    6
    Views
    1,736

    for(int x = 0;x

    for(int x = 0;x<4;x++)
    I had the x set to zero (forgot it when posting) thats not my problem.
    So

    int array[4] = {1};
    only sets the first element to 1?
    can I initialize the whole array to...
  15. Replies
    6
    Views
    1,736

    Arrays, and Functions dealing with them

    I am using Dev-C++ 4.9.9.2 and have just started to teach myself c++ (using the tutorials on this site and C++ for dummies

    First, I thought you could initialize all the elements in an array to a...
Results 1 to 15 of 15