Search:

Type: Posts; User: Mule

Search: Search took 0.00 seconds.

  1. Alphabetizing

    I'm too rushed trying to put these messages out, not thinking of what I need to say, need to show, and even how to say it.
    Let me try this again some other time.
  2. this code calculates "Diving scores". My problem is two fold, one- if the contestants

    OK thanks, take 2:
    This code calculates "Diving scores". My problem is two fold, one- if the contestants are in a tie, they need to be outputed in alphabetical order; two, because they are tied they...
  3. Thread: Cipher program

    by Mule
    Replies
    3
    Views
    1,107

    My apologies, I didn't know how else to ask...

    My apologies, I didn't know how else to ask without showing the code. Senior Member, you are right.
  4. Thread: Cipher program

    by Mule
    Replies
    3
    Views
    1,107

    Cipher program

    I'm trying to figure out this program, see attch.
    It is a wonderful code, others I've seen others that are massive bundles of code upon bundles, but this is one is short and it works great.
    I've...
  5. Replies
    2
    Views
    2,297

    Making roman numerals into arabic numbers

    I'm trying to write a program that takes roman numbers and outputs regular arabic numbers.
    I'm having trouble with the numbers such as 4 (IV), 9 (IX), 40 (XL),
    90 (XC) and so on.
    I tried the if...
  6. Thread: Chutes&Lads

    by Mule
    Replies
    0
    Views
    816

    Chutes&Lads

    Try this version of the game.
    Make a file with a name and 20 numbers (20 rolls of the dice,
    numbers need to be >2 & <12)
  7. Thread: Chutes&Lads

    by Mule
    Replies
    2
    Views
    842

    Chutes&Lads

    Hey,
    Thanks for all the tips, I will post tha "core" basic game tomorrow.
    Again Thanks to all.
  8. Thread: Chutes&Lads

    by Mule
    Replies
    2
    Views
    842

    Chutes&Lads

    I meant to ask for ways to set up the program, like

    struct
    {
    string name;
    int role;
    int chute_start; //or should these be strings?
    int chute_end; // " " "
    int ladder_start
    etc};
  9. Thread: Chutes&Lads

    by Mule
    Replies
    2
    Views
    842

    Chutes&Lads

    Need help writting code that simulates the game. Here is the rules.
    1. Games start with input of "player" and 20 numbers that simulate roles, EX:
    Jim 2 4 10 9 6 5 4 10 11 12 8 7 12 4 5 10 5 5 8 10...
  10. Replies
    3
    Views
    2,725

    Help with code for simple Y2K problem

    Thank you R.Stiltskin !! I do appreciate your advice.
    How would I only show this line

    cout << "Semester" <<" "<< " Code" <<right <<endl;

    only once, on top of the output?
  11. Replies
    3
    Views
    2,725

    Help with code for simple Y2K problem

    I have to write code for this:
    A college has an “academic year” and counts four semesters in order of Fall, Spring, First Summer and Second Summer as an academic year. The Fall, 2002 semester was...
  12. Replies
    3
    Views
    1,001

    strings and outputs

    I'm writing code that will take a string input (any combination of
    digits, letters) and I need it to output the numbers.
    Here is the code:



    #include <iostream>
    #include <string>
    #include...
  13. Replies
    4
    Views
    1,963

    if you have the output ending with

    if you have the output ending with <<endl;
    remove it.
    add the ; with ";".
  14. Replies
    1
    Views
    917

    Thanks Salem, I've been on this code for 2 days...

    Thanks Salem,
    I've been on this code for 2 days and never saw it.
  15. Replies
    4
    Views
    961

    I recommend using a loop within loop. Use simple...

    I recommend using a loop within loop. Use simple counting loops
  16. Replies
    1
    Views
    917

    Cant get right output

    I'm working on a program called "Squirrelly in the Morning...".
    Overall, it's simple, but I cannot get one part of the output right.
    The input is a series of integers (i.e. 5, 10, 11, 3, 4, 5...)....
Results 1 to 16 of 16