Search:

Type: Posts; User: dellebelle751

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,586

    I did that but now I get an error that 'In' is an...

    I did that but now I get an error that 'In' is an undeclared identifier.
  2. Replies
    7
    Views
    1,586

    I am using getline to read the Customer Name from...

    I am using getline to read the Customer Name from an input file. And then I am using In to read the rest of the data. I just want to read Customer Name, Account Number, Stock Name, and Stock Shares...
  3. Replies
    7
    Views
    1,586

    beginner function problem

    Hi,
    I am a student who has just started using C++. I have a program that works but I have to take parts of the code and turn them into functions. I really have no idea how to do this.
    Here is...
  4. Replies
    6
    Views
    1,735

    Here is the code that I have right now: ...

    Here is the code that I have right now:




    # include <fstream> // for file streams for input and output
    # include <iomanip> // for formatting manipulators
    # include...
  5. Replies
    6
    Views
    1,735

    reading input file

    My program won't read the input file. I have the right names, so I know that is not the problem. I just don't know if I have to put the input file in the C++ or what. When I start the program, the...
Results 1 to 5 of 5