Thread: Random index structure based file managment in C

  1. #1
    Registered User
    Join Date
    Oct 2011
    Location
    India
    Posts
    53

    Random index structure based file managment in C

    Hi..Please send some sample codes to implement Random Index Structure based file management program in C. How to store index in index files. How to store data files. How to relate the index to data files. How to retrieve the data using the index. How to update the any field of the data file. Please send some codes ??

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    1) Don't be sprouting threads all over the place...

    2) Don't be demanding code.

    I gave you a good example as a starting point... now it's up to you to apply brain to task and *figure this out on your own*, with a little help when you get stuck.

    We are here to help people debug their code, offer occasional suggestions and on occasion demonstrate various programming principles... we are not a free code service.


    Go back to your original thread... get your code storing data correctly first... get it to the point where you can add records, retrieve records, modify records etc. using the record numbers themselves.

    Indexing can come later...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 08-12-2011, 03:07 AM
  2. Replies: 2
    Last Post: 08-13-2008, 08:02 AM
  3. Criteria based random numbers
    By alkisclio in forum C++ Programming
    Replies: 6
    Last Post: 09-14-2006, 12:29 PM
  4. Replies: 6
    Last Post: 07-19-2006, 05:00 AM
  5. windows file managment vs fstream
    By whackaxe in forum Windows Programming
    Replies: 4
    Last Post: 04-21-2004, 05:50 AM