Search:

Type: Posts; User: INeedSleep

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    990

    ^ thanks for the motivation:cool: but i...

    ^
    thanks for the motivation:cool:

    but i still cant get the output to print the input in front of the suffix:mad:

    also, i think that i am using the wrong parameters and wrong variable...
  2. Replies
    5
    Views
    990

    well am i on the right track but taking a...

    well am i on the right track but taking a different train?
  3. Replies
    5
    Views
    990

    i got the special cases for 11-13 to work; but it...

    i got the special cases for 11-13 to work; but it prints out the suffix first then the users input. how should i go about to fix this?

    anyway here is the code:

    * the function...
  4. Replies
    5
    Views
    990

    functions frustration

    i dont know where to start with this code i have



    #include <iostream>
    #include <string>
    using namespace std;
    int main()
    {
  5. Replies
    24
    Views
    4,113

    it worked out well. my professor helped me out ...

    it worked out well. my professor helped me out



    //updated 11/7/07
    // Jason helped: Wed Nov 7 15:49:56 CST 2007
    #include <cctype>
    #include <string>
    #include <iostream>
    #include <climits>
  6. Replies
    24
    Views
    4,113

    i finally got the basic code to work ...

    i finally got the basic code to work



    #include <iostream>
    #include <string>
    using namespace std;
    int main()
    {
  7. Replies
    24
    Views
    4,113

    *finding the suffix* i'm in the real early...

    *finding the suffix*

    i'm in the real early stages
    i have the formulas for the special cases and for the regular cases



    #include <iostream>
    #include <string>
    using namespace std;
  8. Replies
    24
    Views
    4,113

    i'll put it in and show it to him later today and...

    i'll put it in and show it to him later today and see what he says

    anyway, i started this program a few hours ago:
    http://home.earthlink.net/%7Ecraie/121/labs/suffix.html

    i will post my code...
  9. Replies
    24
    Views
    4,113

    ^ teacher never covered for loops, only while ...

    ^
    teacher never covered for loops, only while
    i was thinking about doing it, but i dont want to risk getting anything marked off
  10. Replies
    24
    Views
    4,113

    //updated 11/7/07 // Jason helped: Wed Nov 7...

    //updated 11/7/07
    // Jason helped: Wed Nov 7 15:49:56 CST 2007
    #include <cctype>
    #include <string>
    #include <iostream>
    #include <climits>
    using namespace std;

    // single digit n, three char...
  11. Replies
    24
    Views
    4,113

    alright everything is good(except infinite loops)...

    alright everything is good(except infinite loops)

    how does this look? is it more clear than the previous code?



    //updated 11/6/07
    #include <cctype>
    #include <string>
    #include <iostream>
  12. Replies
    24
    Views
    4,113

    thanks Molo i should have the final code for...

    thanks Molo

    i should have the final code for the basic of turning positive integers into roman numerals

    but i want to do this:

    Add (Level 3) to use functions to break your program into more...
  13. Replies
    24
    Views
    4,113

    4)how should i properly reprompt? btw, i have...

    4)how should i properly reprompt?

    btw, i have another problem
    numbers such as 1999 and 2999 wont print out accordinly.
    how should i go to correct this?

    oh yea here is the updated code:

    ...
  14. Replies
    24
    Views
    4,113

    all in all there is no avoidance of using vectors...

    all in all there is no avoidance of using vectors of arrays in this program?

    btw, the only problems i'm having now are

    1)*cant get "L"(50) or "D"(500) to print
    2)*cant print out anything that...
  15. Replies
    24
    Views
    4,113

    i was going to put in a loop after i get the...

    i was going to put in a loop after i get the entire code down right
  16. Replies
    24
    Views
    4,113

    Heres an update! I got the basic formulas to get...

    Heres an update!
    I got the basic formulas to get the remainders from the thousands place, tens place etc.
    the program prints out a "I", "II" and a "III" with no problem.
    But i need help on what...
  17. Replies
    24
    Views
    4,113

    1000 + 100*9 + (80+4) M +LLLLLLLLL ...

    1000 + 100*9 + (80+4)

    M +LLLLLLLLL +LXXXIV= MLLLLLLLLLLXXXIV? 1984
    or?
    |
    |
    \/
    M+IXC...
  18. Replies
    24
    Views
    4,113

    string problem

    i have an assignment which basically takes whatever the users inputs, and outputs and translates it to Roman numerals. numbers----->Roman numerals

    here is the link that explains everything in more...
Results 1 to 18 of 19