Search:

Type: Posts; User: Stevek

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    753

    I wish I could do that, but this is an assignment...

    I wish I could do that, but this is an assignment that requires directly adding, deleting, and searching through a file. :(
  2. Replies
    2
    Views
    753

    Getting file i/o to work

    Hi,

    I'm working on a database program for movies and renters. I've got the program and user interface working fine, and now I'm trying to get direct file i/o to work. I want the program to...
  3. That worked. Thanks.

    That worked. Thanks.
  4. Getting an input stream to stop creating a file

    Hi,



    #include <fstream.h>

    ifstream DATABASE_IN;
    DATABASE_IN.open("afw.raw", ios::in || ios::binary || ios::nocreate);
  5. Replies
    2
    Views
    1,737

    Thanks!

    Thanks
  6. Replies
    2
    Views
    1,737

    quick question on direct file access

    Hi,

    1. What's the difference between seekg() and seekp()?

    2. Any good tutorials on direct file access online? I'm trying to finish an assignment using DFA, but I'm trying not to be TOO lazy...
  7. Replies
    7
    Views
    1,662

    Thanks!

    You're a lifesaver! Many, many thanks.
  8. Replies
    7
    Views
    1,662

    the code

    Heres the zip, with all the cpp and header files (and the rest of the stuff that MSVC++6 creates when it compiles).

    BTW, any good tutorials anywhere on how to use the debugger? It confuses me, to...
Results 1 to 8 of 8