Skip to content

Instantly share code, notes, and snippets.

// this is the order of the fields for a book stored in a file
ISBN = 0;
AUTHORS_LAST_NAME = 1;
AUTHORS_FIRST_NAME = 2;
TITLE = 3;
PUBLICATION_YEAR = 4;
INDEX_PRICE = 5;
string recordIn;