Search:

Type: Posts; User: reddtee

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    4,711

    Inserting the 'l' in my scanf statements %lf did...

    Inserting the 'l' in my scanf statements %lf did work. I can't explain it but the calculations worked fine after that. Maybe it is my compiler, I am currently using Borland 3.0.

    By using the DEBUG...
  2. Replies
    19
    Views
    4,711

    Quzah and Stephanos Thank you both for your...

    Quzah and Stephanos

    Thank you both for your posts and the great information. Quzah, the DEBUG info you sent me will be invaluable - I'm sure I will use it on a regular basis.

    I originally had a...
  3. Replies
    19
    Views
    4,711

    Quzah, thanks for the reply. I should have been...

    Quzah, thanks for the reply. I should have been more specific, I meant choices 2 and 3 on the menu.

    r = rate / 100 / 12;
    What I wanted to do here is take the user input of an annual interest...
  4. Replies
    19
    Views
    4,711

    I'm really sorry that you feel I'm going out of...

    I'm really sorry that you feel I'm going out of my way to upset you. That is not the case. I may be a little ignorant, because I am new at C but I have always been a polite and thankful person. Yes -...
  5. Replies
    19
    Views
    4,711

    Wow - I think I'm trying to make this too...

    Wow - I think I'm trying to make this too difficult.

    Thank you so much, my program now compiles with no errors (and I also feel a little bit smarter).

    Your quick replies are very much...
  6. Replies
    19
    Views
    4,711

    OK, here goes - I took out the 'l' in my scanf...

    OK, here goes - I took out the 'l' in my scanf statements.

    I made sure all my printf's and scanf's variables matched my variable declarations.

    I placed a return 0; at the end of main.
    ...
  7. Replies
    19
    Views
    4,711

    I guess being a newbie, I don't understand what...

    I guess being a newbie, I don't understand what the errors are. I have tried to research them and made some changes to the code. I know time is precious but if there is anyway you could explain the...
  8. Replies
    19
    Views
    4,711

    OK, I have most of the errors fixed. The new file...

    OK, I have most of the errors fixed. The new file has been uploaded. I appreciate any and all input.

    reddtee
  9. Replies
    19
    Views
    4,711

    Thank you for your reply Salem. Being new to the...

    Thank you for your reply Salem. Being new to the world of C, I didn't even know there was a debug I could perform to let me know about errors. I will try and work on these errors before I go any...
  10. Replies
    19
    Views
    4,711

    Calculation Format

    I can not get the second calculation to work at all. Any hints as to what I might be doing wrong would be greatly appreciated.

    Thank you for your time.

    reddtee
Results 1 to 10 of 10