I have a .txt file with 4 colums the first column is the primary key for my search to this file.
I want to save to the same file an index based on B+ trees so i can retrieve faster the information i want, my problem is that my knowledge of c++ is limited i want a small example how to store the index.