Search:

Type: Posts; User: michigan353

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,046

    Can Anyone Help Me.......??????? Please

    Can Anyone Help Me.......??????? Please
  2. Replies
    5
    Views
    1,046

    do u have an AOL screen name to talk about this?...

    do u have an AOL screen name to talk about this? that may make it easier or MSN?
  3. Replies
    5
    Views
    1,046

    yea how do i do that? that is all i was told to...

    yea how do i do that? that is all i was told to do.
    example of the format
    "StudentName 45 76 23 89 90 100"

    does that answer what u were trying to say?
  4. Replies
    5
    Views
    1,046

    classes.....

    This is the code that I have...



    #include <iostream>
    #include <fstream>

    using namespace std;
  5. Program Compiles but does not read proper file....

    I have this code, and it compiles - it asks for the file to look at to get the information from and I type in the file which is account and i also tried account.txt and then it doesn't do anything...
  6. Replies
    2
    Views
    930

    Error checking....

    I have this code where I read in a file with a getline to get the originaly balance of a checkbook type document. After that, the .txt.file is set up to read the date, debit or credit transaction...
  7. Replies
    1
    Views
    819

    Quick help...array q's

    can one array be copied into another array with the following statement:


    int x[5], y[5];
    .....
    x=y; ???



    How SHOULD this array :
  8. Replies
    10
    Views
    2,170

    thanks for everything.

    thanks for everything.
  9. Replies
    10
    Views
    2,170

    I came up with all these different codes from...

    I came up with all these different codes from talking with my prof today, I just don't know what to put in the main .cpp file and what to put in the header file. We must use a header file and I...
  10. Replies
    10
    Views
    2,170

    i get that part....thats just the very very...

    i get that part....thats just the very very basic. but thanks for all the help.
  11. Replies
    10
    Views
    2,170

    I would post some code if I had something....but...

    I would post some code if I had something....but I literally don't know what is going on. I did not ask for someone to write the program either - I'm just looking for guidance like someone already...
  12. Replies
    10
    Views
    2,170

    when you say "open the file" does that relate to...

    when you say "open the file" does that relate to header files? or is that just the basic program file? or is that the whole infile where we call on a file to be inserted into the project at a...
  13. Replies
    2
    Views
    1,649

    i switched it over to the c++ board....

    i switched it over to the c++ board....
  14. Replies
    10
    Views
    2,170

    Basic Program but I need Help

    I have to write this program that does the following:

    You are to implement a C++ program that meets the following criteria:
    1) Retrieves the number of records from the beginning of a file
    2)...
  15. Replies
    2
    Views
    1,649

    Basic Program but I need HELP

    I have to write this program that does the following:

    You are to implement a C++ program that meets the following criteria:
    1) Retrieves the number of records from the beginning of a file
    2)...
  16. Replies
    4
    Views
    1,523

    the very basics

    I am just starting out trying to learn this program...from the very very basic point. I'm working on my second project and the book nor the teacher helps at all. Here is what my program is supposed...
Results 1 to 16 of 16