Search:

Type: Posts; User: the_jabberwock

Search: Search took 0.01 seconds.

  1. Ok, 1 last thing, the structure I am writing into...

    Ok, 1 last thing, the structure I am writing into doesn't seem to work even for simple files UNLESS I have only 1 record, that is, just one record is being written into the file, in all other cases...
  2. Some more info:- The Staff file I write has a...

    Some more info:-
    The Staff file I write has a file size of 0 bytes, while the salary file has 1 byte, so maybe its just the staff file thats not being written into...also, I used cin instead of gets...
  3. Ok, now I'm certain that the file is NOT being...

    Ok, now I'm certain that the file is NOT being written into, any attempt to read this file and display just draws blanks...the file opens fine though(using !f.isopen() as elad said), so I have...
  4. Hi, thanks for all the replies, anyway, I tried...

    Hi, thanks for all the replies, anyway, I tried opening the files in notepad earlier, however, 1 file has a size of 0 bytes, the other has umm...corrupted text, but then, I'm writing these as binary...
  5. Need help with C++ file operations program!

    Hi,

    I have a big problem with my program..I have not completed all its functions but the ones I have included the whole program below..the program is basically an employee payroll program which...
Results 1 to 5 of 5