Search:

Type: Posts; User: ash4741

Search: Search took 0.01 seconds.

  1. Thread: Code decoding

    by ash4741
    Replies
    6
    Views
    1,918

    Thanks everyone for your help. I don't have a...

    Thanks everyone for your help. I don't have a debugger so things are just a little harder for me when it comes to doing that lol. Thanks for all the tips and suggestions.
  2. Thread: Code decoding

    by ash4741
    Replies
    6
    Views
    1,918

    thats the thin, I am not sure why it does not...

    thats the thin, I am not sure why it does not work.
    Here is my implementation of all of the functions.


    #include <cstdlib>
    #include <iostream>
    #include "rational.h"
    using namespace std;
    ...
  3. Thread: Code decoding

    by ash4741
    Replies
    6
    Views
    1,918

    Code decoding

    Hi Everyone,
    I have this code for one of my programs and I am not sure what it does. It was given to me by my professor. It is suppose to simplify fractions. But it is messing up my program. In this...
  4. Replies
    4
    Views
    6,793

    I changed it... now it works. if(psaveBal >...

    I changed it... now it works.

    if(psaveBal > 0)
    saveBal = psaveBal;
    else
    saveBal = 0;

    if(pcheckBal > 0)
    checkBal =...
  5. Replies
    4
    Views
    6,793

    it is suppose to be an if, but it does not work...

    it is suppose to be an if, but it does not work either way. Suppose to set the saveBal or checkBal if the psaveBal or pchackBal is greater than 0. I should use if instead of while and or instead of...
  6. Replies
    4
    Views
    6,793

    I really need help with my ATM program

    Hi Everyone,
    I have been working on this program for almost two weeks now and can not seem to progress any more. There are several problems that are blocking further progress for me. First, the...
  7. Replies
    4
    Views
    1,475

    OOOOHHHHH OOoops!!!!! Ok I see I see ^_^. Thanks...

    OOOOHHHHH OOoops!!!!! Ok I see I see ^_^.
    Thanks you soooooo much!!!
    I was making stupid little mistakes.

    THanks ^_-
  8. Replies
    4
    Views
    1,475

    I see, but when I try it that way I received an...

    I see, but when I try it that way I received an error that said:

    atm.cpp: In member function 'void ATM::deposit(std::string, std::string, int)':
    atm.cpp:47: error: expected primary-expression...
  9. Replies
    4
    Views
    1,475

    Private Class Functions

    Hello Everyone!
    I was wondering if someone could tell me how or refer me to a good place to find out how to call a private class function in a class's public member function.

    This is how I did...
  10. Replies
    3
    Views
    6,961

    Hi you guys, Thanks a lot!!!! It was very...

    Hi you guys,
    Thanks a lot!!!! It was very useful. I had no idea that I had left such an important part out of my code. Thanks again!!!
  11. Replies
    3
    Views
    6,961

    No output written to a.out

    Hello,
    I really need to know why my program is not working at all. The entire error message says:


    Undefined first referenced
    symbol in file...
Results 1 to 11 of 11