Search:

Type: Posts; User: zeni3773

Search: Search took 0.00 seconds.

  1. thank you! i also needed to take the ; from the...

    thank you! i also needed to take the ; from the function heading.... woooppppsss........
  2. does anyone know why i'm getting these errors?

    #include <iostream>
    #include <fstream>
    #include <cassert>
    using namespace std;

    void ReadAndSum(ifstream& dataFile, int& numberOfValues, float& average);
    // Reads, counts, and averages the...
  3. Thread: help, please

    by zeni3773
    Replies
    7
    Views
    1,681

    you're right. thanks!

    you're right. thanks!
  4. Thread: help, please

    by zeni3773
    Replies
    7
    Views
    1,681

    thanks!

    thanks!
  5. Thread: help, please

    by zeni3773
    Replies
    7
    Views
    1,681

    sorry about the code tags. thanks.

    sorry about the code tags. thanks.
  6. Thread: help, please

    by zeni3773
    Replies
    7
    Views
    1,681

    help, please

    i'm not sure what i'm doing wrong here........ maybe someone can help me out a little........ here's what i have so far. thanks!

    #include <iostream>
    #include <iomanip>
    using namespace std;
    ...
  7. Thread: arrays

    by zeni3773
    Replies
    4
    Views
    844

    Thank you all for your help!! Sorry about the...

    Thank you all for your help!! Sorry about the code tags.

    zeni3773
  8. Thread: arrays

    by zeni3773
    Replies
    4
    Views
    844

    arrays

    I'm having trouble trying to figure out how to list these names with the first name first and the last name second without the comma. Hopefully someone can help me with this one! Any help will be...
  9. Thank you D-Man!!

    Thank you D-Man!!
  10. how do i tell the compiler to check each number only once for occurences?

    i'm hoping someone can help me with this. for this program i have to read in numbers from a file, put them in numerical order, and include the occurence of each.

    my problem is that after it gives...
  11. Replies
    6
    Views
    1,171

    thank you both for your help! i made a few...

    thank you both for your help! i made a few changes to the program and it's working now!
  12. Replies
    6
    Views
    1,171

    thank you. i'm suppose to use a default...

    thank you. i'm suppose to use a default constructor, does that make a difference?
  13. Replies
    6
    Views
    1,171

    compiling error with classes

    I'm getting an error with my class program. Does anyone know how to fix this?

    #include <iostream>
    using namespace std;


    //class for a bank certificate of deposit:
    class CDAccount
    {
    public:
Results 1 to 13 of 13