Search:

Type: Posts; User: beyondhuman

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,101

    Quick question: rock,paper,scissors

    Another simple issue, I am sure. The program runs fine but it skips the if statement at the end and just closes when the game is finished. I've been looking at that do/while loop and it seems fine...
  2. Replies
    5
    Views
    9,735

    Thank You! I can't believe I missed that! ...

    Thank You!

    I can't believe I missed that!

    If anybody happens to encounter the same issues this is the working code:



    #include <iostream>
    #include <time.h>
  3. Replies
    5
    Views
    9,735

    thank you that makes a lot of sense and...

    thank you that makes a lot of sense

    and R.Stiltskin it doesn't seem that strange when viewed that way.

    I have tried to impliment that technique but now I have an actual error in my program.
    ...
  4. Replies
    5
    Views
    9,735

    "Would you like to play again?" issue

    Hello

    I am having difficulty, in all my programs, adding the line "would you like to_____again y/n?"

    I would like it to repeat the entire program an infinite amount of times as long as y is...
  5. Replies
    3
    Views
    888

    the problem involved not including ...

    the problem involved not including <math.h> mostly (which I now know exists) and also that I was doing things with the x1 and x2 that didn't make sense and I while I still dont know why I have fixed...
  6. Replies
    3
    Views
    888

    Hello Forum/ Simple Program help

    Hello forum friends

    I just started learning C++ on my own and naturally its a bit tricky but the challlenge is kind of the point right. anyways I wrote "hello world" and than a simple program to...
Results 1 to 6 of 6