Search:

Type: Posts; User: llind212

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    2,443

    Okay, I am still having some problems with my...

    Okay, I am still having some problems with my functions, but will re-read the links that you sent me earlier. Thank you so much for all of your help! I really really appreciate it!!
  2. Replies
    15
    Views
    2,443

    Okay, I did this for both functions that required...

    Okay, I did this for both functions that required passing the variables by reference. Thank you for pointing that out to me.

    While there are no errors that coming up when I compile the program. It...
  3. Replies
    15
    Views
    2,443

    #include #include #include...

    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    #include <iomanip>
    using namespace std;

    //This function displays a brief overview explaining the program to the user
    void...
  4. Replies
    15
    Views
    2,443

    bookSales2_LindsayLewis.cpp: In function `int...

    bookSales2_LindsayLewis.cpp: In function `int main()':
    bookSales2_LindsayLewis.cpp:101: error: expected primary-expression before "float"
    bookSales2_LindsayLewis.cpp:101: error: expected...
  5. Replies
    15
    Views
    2,443

    Okay, understood. What does 'expected...

    Okay, understood. What does 'expected primary-expression before "float"' mean?
  6. Replies
    15
    Views
    2,443

    Okay, great. I knew that I needed to pass the...

    Okay, great. I knew that I needed to pass the variables into the other functions. Now I understand where I was wrong and where to make my changes. I am still having the following errors:
    ...
  7. Replies
    15
    Views
    2,443

    It does not compile. I am having trouble...

    It does not compile. I am having trouble understanding how to obtain input from the external file, and do not understand ifstream fp, passing by reference and what to put in the parameters.

    The...
  8. Replies
    15
    Views
    2,443

    Having trouble obtaining input from file

    I am a beginner student in desperate need of help writing a program. Recently, we have learned about functions, loops and reading from data files. My assignment is to write a program (Book Sale...
  9. Replies
    1
    Views
    1,079

    Assistance in fixing errors

    I'm a beginning student learning about loops. My assignment is to write a program that will calculate the total amount of money for book sales at an online store and to provide the subtotal, tax,...
  10. Replies
    2
    Views
    5,177

    Temperature Conversion Program

    I'm a beginner student learning about functions and do not understand them fully. My assignment was to write a program that deals with temperature conversion. My program had to use 6 functions (1....
  11. Error: Expected primary expression before "else"

    I am a beginner student learning to use C++ programming. My assignment is to create a program regarding shipping charges. There are three different shipping services (regular, priority, overnight),...
  12. Replies
    2
    Views
    1,546

    Need guidance editing a program

    I am a beginner c++ student with an assignment to create a car loan calculator. I am having trouble with the calculations of the monthly payment, which I assume is because the operands are of...
Results 1 to 12 of 12