Search:

Type: Posts; User: rmathus

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,756

    Actually, I just figured it out and the program...

    Actually, I just figured it out and the program works perfectly now! Thanks for the reply anyway manofsteel, much appreciated! :D
  2. Replies
    2
    Views
    1,756

    Number guessing game

    First off, I did do a search but came up with nothing that specifically helped me. I'm doing a problem where the user inputs a number and the computer has to guess it based on the user saying higher...
  3. Replies
    2
    Views
    1,389

    Nevermind.

    Nevermind.
  4. Replies
    2
    Views
    1,389

    functions and switch statement

    I have this program for class and I am almost done but I am stuck on this part. Basically, you have to write a program to print your name. You run the program and it makes a .gnuplot file and a...
  5. Replies
    5
    Views
    2,114

    Awesome! Sorry it took so long to reply. I...

    Awesome! Sorry it took so long to reply. I appreciate the help from the both of you, Prelude and dbgt goten! Thanks again!:)
  6. Replies
    5
    Views
    2,114

    Star/character Box

    I need a little help with this program. I need it to ask the user to enter a number and then a character. It will print out for example with values 5 and R,
    RRRRR
    R___R
    R___R
    R___R
    RRRRR
    ...
  7. Replies
    3
    Views
    1,636

    I tried doing that as well, but it still doesn't...

    I tried doing that as well, but it still doesn't work, unless I am missing something obvious...Thanks.


    while ( ( status = getchar() != 'H') || ( status = getchar() != 'S') || ( status =...
  8. Replies
    3
    Views
    1,636

    While loop question

    This is just a portion of my code and I know everything else works properly, but I need the code to check and see if the user entered a valid input (either 'H', 'S', or 'C'). I want the program to...
  9. Replies
    3
    Views
    3,166

    Thanks! I figured it was just a stupid mistake. ...

    Thanks! I figured it was just a stupid mistake. Appreciate it!
  10. Replies
    3
    Views
    3,166

    Print Maximum number

    Hey guys-

    I'm having an issue with this program I wrote. It is supposed to have a user enter values and then output the maximum value of those values entered, using very basic C Programming. If...
Results 1 to 10 of 11