CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: justasiam

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    3,258

    Re: Calculation Problems

    OK, after reading that article (thank you Paul) and many others, I added modified every calculation I was using that involved a decimal value (.18 for tax, .07 for surcharge and .015-.035 fro...
  2. Replies
    16
    Views
    3,258

    Re: Calculation Problems

    Paul, I agree with you. I will speak to my teacher on Monday about this. However, I do not want to waste and entire weekend waiting to be able to ask her the question.
  3. Replies
    16
    Views
    3,258

    Re: Calculation Problems

    Thank you Paul. Can you tell me what exact math library I should be using?
  4. Replies
    16
    Views
    3,258

    Re: Calculation Problems

    I hear what you are saying. Let me give you the exact wording of the assignment and then links to my code. I would post the entire code here, but there are too many characters for this post to hold...
  5. Replies
    16
    Views
    3,258

    Re: Calculation Problems

    I would prefer option #1. Appearance to a customer is more accurate than higher precision behind the scenes.

    Again, how do I take the rounded result and use it for the next calculation?


    I...
  6. Replies
    16
    Views
    3,258

    Re: Calculation Problems

    I agree. That would be easier. However, I need to display the results of each calculation in addition to coming to an end result.

    It would be far easier to just display pennies.
  7. Replies
    16
    Views
    3,258

    Calculation Problems

    I am writing a program for my beginning c++ class. It is supposed to create an invoice in the console window. so far, everything is working perfectly, except for one thing.

    My invoice comes out...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured