Thread: a question about binary files

  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    72

    a question about binary files

    hello,
    writing a binary file is like creating a data base?.
    thanks a lot
    proud to be from aui www.aui.ma and also a great elton john's fan

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    if the file represents a db, then yes.

  3. #3
    Registered User MacNilly's Avatar
    Join Date
    Oct 2005
    Location
    CA, USA
    Posts
    466
    At the lowest level, every file is binary. As a matter of fact, everything is representing in binary as far as the computer knows.

    That said, on Windows you might have some problems...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Copying Binary Files
    By mikeman118 in forum C++ Programming
    Replies: 9
    Last Post: 08-11-2007, 10:55 PM
  2. Processing binary or plaintext files
    By Jags in forum C Programming
    Replies: 12
    Last Post: 08-04-2006, 02:35 PM
  3. Reading Binary files
    By earth_angel in forum C++ Programming
    Replies: 10
    Last Post: 07-12-2005, 06:48 AM
  4. C++ Binary Files Problem
    By terran9 in forum C++ Programming
    Replies: 13
    Last Post: 12-15-2004, 10:23 AM
  5. Binary files in C++
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 09-25-2001, 04:48 PM