PDA

Click to See Complete Forum and Search --> : Help with loading files....


Virtual24
Feb 19th, 2002, 10:40 PM
OK, I know this isnt a C++ forum, but this is the only good forum around (if you know of a good C++ forum, please tell me the link;) ) SO DON'T YELL AT ME ABOUT IT!!:D

That said.. on to my problem:
I need to know if there is a good way of reading and writing from files in binary format in C++. I want this to be similar to the open FileName for Binary as #1 in VB. I know about the fstream.h but it seems sort of... primitive... and i wanna know if there is a better way of doing it and HOW... Thanx for any help.:cool: :D :cool:

plenderj
Feb 21st, 2002, 07:27 AM
There is a C++ forum on vbforums.com ya know

Virtual24
Feb 21st, 2002, 04:55 PM
i didnt know.....

Janus
Feb 26th, 2002, 02:22 PM
Anyway if you're still here, read up on fopen, fread, fwrite, fclose, etc. I've never used them before but I know they're used for binary files! ^_^;;

Virtual24
Feb 26th, 2002, 03:05 PM
Thanx Janus. Yup i found out about that so I am good to go now.