Thread: Text file

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    1

    Post Text file

    Hi
    I am developing a system that will link to a Blockbuster video rentals system. This is for a university project.
    The existing system is written in C and it is a dos based system using text files for its tables e.g. titles file, members file etc
    We need to be able construct one of these text files but I have no idea what kind of structure it would be in since due to store policy we cannot look at the text files.
    Is there anyone here who has worked with similar systems and would know something about the structure of such text files in a system like what Blockbuster video uses?

    Any information at all would be greatly appreciated

    Thank you for your time

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Would it really have to be the same format? I mean, since you don't work for Blockbuster, and no one else there's gonna know what the format it, does it really matter?

  3. #3
    Green Member Cshot's Avatar
    Join Date
    Jun 2002
    Posts
    892
    Perhaps you can try downloading one of these video rental software demos here:

    http://www.tvl.com/

    That might give you an idea on what info is hidden in those text files.
    Try not.
    Do or do not.
    There is no try.

    - Master Yoda

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  2. A bunch of Linker Errors...
    By Junior89 in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2006, 02:59 PM
  3. Simple File encryption
    By caroundw5h in forum C Programming
    Replies: 2
    Last Post: 10-13-2004, 10:51 PM
  4. checking values in a text file
    By darfader in forum C Programming
    Replies: 2
    Last Post: 09-24-2003, 02:13 AM
  5. what does this mean to you?
    By pkananen in forum C++ Programming
    Replies: 8
    Last Post: 02-04-2002, 03:58 PM