Search:

Type: Posts; User: trev456

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,247

    Will post it tomorrow when i can get to the...

    Will post it tomorrow when i can get to the computer its on =)
  2. Replies
    4
    Views
    2,247

    Yup im using for loops, i just am not sure what...

    Yup im using for loops, i just am not sure what to use to output to the curses screen. Basically i want to cout it to curses screen (but since u cant cout to curses screen thats where im stuck). ...
  3. Replies
    4
    Views
    2,247

    Printing arrays to curses screen

    Hello all. I have a program in which I have a string array and a integer array (an initial list and score list) to output at the end of my snakes game. Im wondering how can i output these two...
  4. Replies
    4
    Views
    1,105

    Ahh yes that would be it =) Thank you so much...

    Ahh yes that would be it =) Thank you so much all and ill try to post my data declarations next time!
  5. Replies
    4
    Views
    1,105

    Spacing out 2d Array

    Hello all. I am currently working on a project in which i use a 2d array to hold a representation of a map for the game snake. I draw the map in a file and then read it into the 2d array. I read...
  6. Replies
    3
    Views
    1,327

    never thought of that =) Thanks all!

    never thought of that =) Thanks all!
  7. Replies
    3
    Views
    1,327

    Concatenating cstrings

    Hello all. Im having trouble combining two c strings into one with a period in the middle. Heres what I have so far. I get errors on the line where i commented. Im not sure exactly how to...
  8. Thank you!

    Thank you!
  9. output an array to curses, or to another window?

    Hello all. My question is that I have two arrays (one a string with names, another an int with scores) that read from a file, sort, swap, and output the arrays to cout. Now that works all fine and...
  10. Replies
    6
    Views
    2,959

    Thanks a ton KONI!

    Thanks a ton KONI!
  11. Replies
    6
    Views
    2,959

    Thanks all =) I think my best bet would be to do...

    Thanks all =) I think my best bet would be to do what KONI said. Read from a file into an array, sort it and then sort the initial array the same way than overwrite the previous one! Now to go try...
  12. Replies
    6
    Views
    2,959

    Keeping high scores for pong

    Ok, well ive written a pong game and now i need to incorporate the scoring into it. The game starts out where you enter your initials. Then at the end of the game it shows your score. Now im stuck...
  13. Replies
    8
    Views
    1,834

    Heres the if statements I wrote that seems...

    Heres the if statements I wrote that seems logical, but still nothing. Also the posx,posy,intx,inty values are all passed by reference, so they should update. I actually can get the ball to bounce...
  14. Replies
    8
    Views
    1,834

    hehe, im still in my first semester of learning...

    hehe, im still in my first semester of learning C++ =) Havent learned about that yet.
  15. Replies
    8
    Views
    1,834

    Thanks for all the help everyone =) Im gonna try...

    Thanks for all the help everyone =) Im gonna try to figure it all out today and i think i get what my if statements need to do, but well see! And whats OOP stand for?
  16. Replies
    8
    Views
    1,834

    Pong, Need help with paddles and pause

    Hello all. First off i just wanna say thank you to anyone who can help, as this is my first big code undertaking. I have the code below and the coding has gone fine except I need it bounce off if...
Results 1 to 16 of 16