Search:

Type: Posts; User: only1st

Search: Search took 0.01 seconds.

  1. Thread: name program

    by only1st
    Replies
    10
    Views
    1,287

    this code is suppose to find all the charcters...

    this code is suppose to find all the charcters except first letter of the name
    and change to lower case... but it doesnt work...T_T


    while (number < last.length())
    {
    ...
  2. Thread: name program

    by only1st
    Replies
    10
    Views
    1,287

    how do i change big case to lower case?

    how do i change big case to lower case?
  3. Thread: name program

    by only1st
    Replies
    10
    Views
    1,287

    name program

    Let's say i typed in CHRIS
    then i want the program to print out Chris
    make lower case everyting except first letter of the name
    ty


    #include <iostream>
    #include <string>
    using namespace std;...
  4. Thread: branch

    by only1st
    Replies
    2
    Views
    1,583

    branch

    what is diffrent between one way branching and two way branch?
  5. Replies
    3
    Views
    1,390

    haha ty so much^^ u always help me^^ thnx to u i...

    haha ty so much^^ u always help me^^ thnx to u i figure out the roman numeral thing^^
    oh i use window xp
  6. Replies
    3
    Views
    1,390

    question aboout arguments

    when can i use inline argument and default arguments?

    um.. also

    im using Quincy complier

    is there ne good free complier i can use?
  7. Replies
    6
    Views
    2,344

    haha thanx to u guys i finally finished my...

    haha thanx to u guys i finally finished my program once agin thnx
  8. Replies
    6
    Views
    2,344

    oh ok daved ty^^ ill try it

    oh ok daved ty^^ ill try it
  9. Replies
    6
    Views
    2,344

    yes i didnt put it in my code cause i dont...

    yes i didnt put it in my code cause i dont know... so can u guys give me some ideas? plzzzzz
  10. Replies
    6
    Views
    2,344

    Roman Numeral^^

    haha thnx to u guys i got this thing to work but there is a one problem

    i dont know how to change 4 to IV

    when i type 4 it comes out like IIII

    4,9,40,90 ....


    while (x != 0)
  11. Replies
    12
    Views
    2,694

    oh ok ty guys^^ it was very helpful^^ ill try to...

    oh ok ty guys^^ it was very helpful^^ ill try to do it now
  12. Replies
    12
    Views
    2,694

    yes.. convert 79,1234,874 ... ne numbers in to...

    yes.. convert 79,1234,874 ... ne numbers in to roman numeral
  13. Replies
    12
    Views
    2,694

    #include #include using...

    #include<iostream>
    #include<string>
    using namespace std;

    int main()
    {
    short x;
    string roman;

    cout << "Enter your number:"<<endl;
  14. Replies
    12
    Views
    2,694

    converting 1 - 3999 but i dont know how to do...

    converting 1 - 3999 but i dont know how to do it...
  15. Replies
    12
    Views
    2,694

    Roman Numeral...T_T

    i am very very very new to computer sicence thing...
    converting number to roman numeral is kinda hard for me
    i learned looping,branching,and strings
    can u guys help me?




    #include<iostream>
Results 1 to 15 of 16