Search:

Type: Posts; User: newguy9

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,096

    quick question about log

    hi
    i'm working on an assignment and i'm suppose to take the log of a number , on the assignment sheet it looks like this:

    log( totalAmount) - 1

    my question is how do i write log in c++ ?...
  2. Replies
    3
    Views
    1,793

    Amortization library

    I'm working on a programm that requires me to create a library and a programm at the same time to pay off a debt over time with equal payments... some of my functions are:


    double payment(),...
  3. Replies
    4
    Views
    5,096

    Ok thank you very much scarfish. ... it did...

    Ok thank you very much scarfish. ... it did help...however idk why but visual basic would not compile it because change is a float and it keeps giving me that same C2059 error but i've got to make it...
  4. Replies
    4
    Views
    5,096

    i tried that but change is a float number and...

    i tried that but change is a float number and when i try compiling what you just posted it gives me a C2059 error 'type' . ..
  5. Replies
    4
    Views
    5,096

    C++ cash register/how to split floats?

    I'm working on a cash register program using C ++ the issue is that i'm not sure how to use the mod operator to get the remainder and figure out how many cents and bills needed ( Twenties, tens,...
Results 1 to 5 of 5