B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
Functions
main.cpp File Reference
#include <cstring>
#include <iostream>
#include "Commands.hpp"
Include dependency graph for main.cpp:

Functions

int main (int argc, char **argv)
 Program main. More...
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Program main.

Receives arguments and calls the appropriate functions for the task.

Remember to upload first before using the other commands.

Program usage:

1 $ <exec-name> upload <input-file : string>
2 $ <exec-name> findrec <id : int>
3 $ <exec-name> seek1 <id : int>
4 $ <exec-name> seek2 <title : string>
Parameters
argcArgument count
argvArgument values