Search:

Type: Posts; User: Blincoe

Search: Search took 0.00 seconds.

  1. Thread: File I/O help

    by Blincoe
    Replies
    10
    Views
    1,098

    Bumfluff thanks for the help. I got it all...

    Bumfluff thanks for the help. I got it all working, I appreciate it. Thanks again.
  2. Thread: File I/O help

    by Blincoe
    Replies
    10
    Views
    1,098

    assert();would be the same thing as saying...

    assert();would be the same thing as saying if(filename) such that the file opened correctly else the file failed to open. Assert just takes less hassle typing in those if/else statments.
  3. Thread: File I/O help

    by Blincoe
    Replies
    10
    Views
    1,098

    I just tried using a text file, still the same...

    I just tried using a text file, still the same result. Thank you for the insight on the std::string, I did not realize i didn't need it. Ill keep working at this, let me know if you come up with...
  4. Thread: File I/O help

    by Blincoe
    Replies
    10
    Views
    1,098

    getline(cin, dummy); swallows the whitespace that...

    getline(cin, dummy); swallows the whitespace that is created when using getline . I used getline to "get" the players name, then from there the name should print in the file created (RESPONSES.DAT)...
  5. Thread: File I/O help

    by Blincoe
    Replies
    10
    Views
    1,098

    File I/O help

    I have just a quick question that someone could hopefully solve for me in a matter of seconds. Below is a text based trivial pursuit program (as of right not there isn't much too it, but i need to...
Results 1 to 5 of 5