Thread: B-Tree index of delimited file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    &operator overload neolyn's Avatar
    Join Date
    Nov 2004
    Location
    Morgantown, WV
    Posts
    16

    Question B-Tree index of delimited file

    Anyone have any ideas on creating a B-Tree index of a delimited text file in memory? I'm trying to code this in C++ (no C functions - OO only).

    Example:
    void create(char datafile[], int delimiter);
    Will create a B-Tree from the datafile passed to the function, and use the Xth delimited field of the file as the B-Tree's primary key, where X = dilimiter.

    Any ideas?? Thanks.
    Last edited by neolyn; 11-23-2004 at 07:18 PM. Reason: Made this a question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  2. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  3. Problem reading a delimited file into a binary tree
    By neolyn in forum C++ Programming
    Replies: 10
    Last Post: 12-09-2004, 07:51 PM
  4. file index update error
    By daluu in forum C Programming
    Replies: 1
    Last Post: 04-28-2003, 02:47 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM