Search:

Type: Posts; User: Greatfaith

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,368

    How do I put in a check to see if another key is...

    How do I put in a check to see if another key is pressed, other than ENTER?

    cin.get(SPACE); ??????
  2. Replies
    6
    Views
    1,368

    timer in c++?

    Another little program/game I'm working on in c++ is, how many times can you press the 'Enter' key in 20 seconds. I've made it output a higher number every time you press enter, but I haven't made...
  3. Replies
    19
    Views
    2,359

    It works for me 2 times in a row.

    It works for me 2 times in a row.
  4. Replies
    1
    Views
    4,256

    Simple name generator in c++?

    I know some c++, and I think I know enough to make a simple name generator. The only problem I have, is that I can't imagine how the code is beeing set up. I know that I need an input for a...
  5. Replies
    19
    Views
    2,359

    Sometimes I have to use cin.get(); to times in a...

    Sometimes I have to use cin.get(); to times in a row. Then it works for me.
  6. Replies
    7
    Views
    1,690

    3 in a row is the same as tic tac toe.

    3 in a row is the same as tic tac toe.
  7. Replies
    7
    Views
    1,690

    Seriously?

    Seriously?
  8. Replies
    7
    Views
    1,690

    Simple games.

    I want to make a simple game, like 3 in a row. A friend of mine showed me how to do it on a Casio calculator, but there he needed a variable for each square, because you have to make the map by...
  9. Replies
    10
    Views
    1,232

    I have, but I'm not familliar with the other...

    I have, but I'm not familliar with the other things. only cin.get();
  10. Replies
    10
    Views
    1,232

    I made a little program today at school, showing...

    I made a little program today at school, showing a friend of mine a little more advanced programming, He's on the "Hello World" first program thingy, and I tried using the cin.get(); , but it didn't...
Results 1 to 10 of 10