Search:

Type: Posts; User: ryamjones

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    851

    new way of doing it

    deduction = 0;
    if(deductiontype.compare("Itemized") == 0)
    {
    while(1)
    {
    input>> deditem;
    if(deditem==0)

    break;
    ...
  2. Replies
    4
    Views
    1,049

    ok i did that void reformat (string& lname)...

    ok i did that


    void reformat (string& lname)

    //Given a word, convert the first letter to upper case and the
    //rest of the letters to lower case. The converted word will
    //be passed back.
    {...
  3. Replies
    4
    Views
    1,049

    new help with string

    void getfilename (string,string&);
    void reformat (string);
    void writeinfo (ofstream&,string,string);
    int main()

    {
    cout<<fixed<<showpoint<<setprecision(2);
    ifstream input;//variable infile...
Results 1 to 3 of 3