Search:

Type: Posts; User: William Putnam

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,745

    laserlight, i am both amazed at your expertise...

    laserlight, i am both amazed at your expertise and angered at my inability to forget the difference between single quotes and double quotes.
    the problem is fixed now, thank you! :biggrin:
  2. Replies
    5
    Views
    1,745

    void game::collect(const char* filename){ ...

    void game::collect(const char* filename){

    int size = 30;
    string receive;

    datafile.open(filename, ios::in);
    if(!datafile)
    fatal("Error opening stream!");

    ...
  3. Replies
    5
    Views
    1,745

    I just can't get() it.

    I've got an overdue assignment for a data structures class, and I am having the largest problem with reading in data from a text file. The program is essentially recreating Akinator with a binary...
Results 1 to 3 of 3