do you want to save/retrieve the data in files? if so, search for file streams in <fstream>

and for searching/sorting look at data structures such as linked lists, trees, and vectors. they're in the standard library and are fairly straightforward.