![]() |
| | #1 |
| Linux User Join Date: Nov 2005 Location: Bellingham, WA
Posts: 35
| Help with binary files NOTE: Thanks in advance for anyone who knows how to solve this problem! |
| tuxinator is offline | |
| | #2 |
| Registered Luser Join Date: Jul 2005 Location: Singapore
Posts: 867
| open the binary file(s) for reading open the text file for writing (using a text mode specifer) for each binary file, read it, write to the text file. |
| cwr is offline | |
| | #3 |
| Linux User Join Date: Nov 2005 Location: Bellingham, WA
Posts: 35
| I have tried that technique but it did not work. I think I need to use the fread and fwrite functions according to the FAQ page. Although I am unsure how to use those functions and have failed in finding information on how to use them. Thank you!! |
| tuxinator is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linking header files, Source files and main program(Accel. C++) | Daniel Primed | C++ Programming | 3 | 01-17-2006 11:46 AM |
| send/recv binary files using sockets in C++ | dafatdude | Networking/Device Communication | 14 | 07-25-2004 11:00 AM |
| MFC: CStrings & binary files question(s) | BrianK | Windows Programming | 0 | 06-24-2004 05:41 PM |
| Binary files | Brian | C Programming | 2 | 02-18-2002 01:13 PM |
| storing string objects to binary files | Unregistered | C++ Programming | 2 | 10-06-2001 11:33 PM |