Wednesday, September 5, 2012

LIST.H AND FILEOPERATION.H

list.h file is simulates the operation of list similar to python and fileoperation.h can read file line by line and even split a line returning a list of all split items.
You can download from following links.

list.h
list.cpp

fileoperation.h
fileoperation.cpp

Suggestions are always welcomed.