Search:

Type: Posts; User: yusko63

Search: Search took 0.00 seconds.

  1. Thread: Build error

    by yusko63
    Replies
    5
    Views
    2,870

    I changed the code: if (totaldays1 < 29)...

    I changed the code:



    if (totaldays1 < 29)
    {
    int totaldays1;
    outfile1 << name1 << '\t' << (loanAmount1 + interest1) << '\t' << (28 - totaldays1) << endl;
    }
  2. Thread: Build error

    by yusko63
    Replies
    5
    Views
    2,870

    Oh, I get it now. But I wasn't trying to loop it,...

    Oh, I get it now. But I wasn't trying to loop it, I'm trying to set a condition statement; how would I set that up?
  3. Thread: Build error

    by yusko63
    Replies
    5
    Views
    2,870

    Build error

    When I build this program, I get an error message; not from Visual Studio, but from my computer. Can anyone help me?



    #include<iostream>
    #include<fstream>
    #include<iomanip>
    #include<string>
  4. Thread: Illegal Case

    by yusko63
    Replies
    4
    Views
    2,596

    Illegal Case

    I'm having trouble figuring out why my code is giving me an error. Can anyone help?





    #include<iostream>
    #include<fstream>
    #include<iomanip>
    #include<string>
Results 1 to 4 of 4