Jan 20, 2004 #1 Jim808 Programmer Jan 20, 2004 2 GB Does anyone know if there is functionality available to create indexed files in Visual C++.Net ?
Jan 20, 2004 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB I believe you should use databases. Ion Filipski Upvote 0 Downvote
Jan 20, 2004 #3 ArkM IS-IT--Management Oct 21, 2002 1,819 RU There are (free and commercial) C++ libraries with indexed files functionality (upto near full RDBMS/ODBMS features)... Upvote 0 Downvote
There are (free and commercial) C++ libraries with indexed files functionality (upto near full RDBMS/ODBMS features)...
Jan 20, 2004 #4 Cagliostro Programmer Sep 13, 2000 4,226 GB there are freeware databases, so I don't see real reasons to use something else. Ion Filipski Upvote 0 Downvote
Jan 21, 2004 Thread starter #5 Jim808 Programmer Jan 20, 2004 2 GB Sometimes using a database is over-kill for a simple program. An indexed file is much smaller and suitable for the tasks I need. Upvote 0 Downvote
Sometimes using a database is over-kill for a simple program. An indexed file is much smaller and suitable for the tasks I need.