Search:

Type: Posts; User: binarysolo

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,545

    Ok, cool. Got it. Thanks. :)

    Ok, cool. Got it. Thanks.

    :)
  2. Replies
    6
    Views
    1,545

    Kinda confused. My apologies... can you point me...

    Kinda confused. My apologies... can you point me into the right direction with some literature on this? I've been searching, but can't quite find anything to get me past this hump.
  3. Replies
    6
    Views
    1,545

    How exactly do I display the contents of all 3...

    How exactly do I display the contents of all 3 files? Ok, say I close my cars.dat file...

    I then put something like this:



    char buf[80];
    ifstream printCars;
    printCars.open...
  4. Replies
    6
    Views
    1,545

    Printing files to the screen console

    Hi there,

    I made a program which contains car info... the car make and the mpg. Each car make/mpg is put into a structure and written into a file called cars.dat.

    From there, I open the file...
Results 1 to 4 of 4