Search:

Type: Posts; User: ladysniper

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,553

    Thanks 7Stud...that is VERY helpful. And I...

    Thanks 7Stud...that is VERY helpful. And I actually understood it. Yay!

    Thanks again! You taught me something today!
  2. Replies
    6
    Views
    2,553

    Thank you! Thank you again! And even THANKS SO...

    Thank you! Thank you again! And even THANKS SO MUCH!!!

    Obviously, I was on the right track with the "int" usage, but could you explain to me how I can use "int i" when it's not even declared...
  3. Replies
    6
    Views
    2,553

    And would it be easier to use "int", except I'm...

    And would it be easier to use "int", except I'm not sure how...OMG! I am SO stuck! LOL!
  4. Replies
    6
    Views
    2,553

    Reading characters from a string?

    Okay, I feel really stupid, but I cannot seem to get this down pat. Last assigment I turned in incomplete because of the same issue, but for whatever reason, I cannot seem to figure out how to read...
  5. Replies
    1
    Views
    1,900

    Never mind. Got it!! (does happy dance!!) ...

    Never mind. Got it!!

    (does happy dance!!)

    Thanks anyway!!
  6. Replies
    1
    Views
    1,900

    Help with basic C++ program

    Can someone tell me what is wrong with this code? I've got everything except the 24,36,48, and 60 month calculations working. They turn out to zero everytime. I think it has something to do with...
  7. Thread: exponents

    by ladysniper
    Replies
    8
    Views
    1,605

    Umm..yeah, the parenthesis were my fault. Looking...

    Umm..yeah, the parenthesis were my fault. Looking at it again, I forgot one.

    Anyway, does that (with an extra parenthesis) work for an exponent? I'm going to try it that way!

    Thanks!

    You...
  8. Thread: exponents

    by ladysniper
    Replies
    8
    Views
    1,605

    Okay, so wait...I would write it like this? ...

    Okay, so wait...I would write it like this?

    pow( (loanAmt*(monIntRate)/(1-(1-monIntRate), -noMonths)

    Is that right?
  9. Thread: exponents

    by ladysniper
    Replies
    8
    Views
    1,605

    exponents

    Can someone explain how to write this as an exponential value since i have NO clue at all?

    monPayment=(loanAmt*(monIntRate)/(1-(1-monIntRate) and then right here is the exponent -noMonths)

    How...
  10. Replies
    5
    Views
    848

    Thanks 7stud...I think that explains it a bit...

    Thanks 7stud...I think that explains it a bit better. I can lookup the code for that. :) :)

    Thanks again!!!!!!!!!!!
  11. Replies
    5
    Views
    848

    Well, this is close to what I want. However,...

    Well, this is close to what I want. However, that's a bit more than I am trying to do.

    I don't want code, I want someone to explain to me how I can "find" the @ symbol in the data file and pull...
  12. Replies
    5
    Views
    848

    Student Question

    I am SO stuck it's ridiculous!

    I am trying to write a program that uses a "while" loop and finds the '@' in a .dat file and pulls the full e-mail address and outputs it to another file.

    the...
  13. Replies
    4
    Views
    3,397

    You guys ROCK!! After moving the return 0...

    You guys ROCK!!

    After moving the return 0 under the cin.get and adding the cin.ignore, it worked like a charm.

    And no, my comiler didn't warn me about the return 0...it just executed the file...
  14. Replies
    4
    Views
    3,397

    Why won't my program pause?

    I am trying to write a program, but in order to see the end result, I need my program to pause at the end and preferable to use enter to exit.

    I have cin.get() at the end...but it's not...
Results 1 to 14 of 14