Program reads students.svg file and then user decides in which order to sort recorde using quicksort method.
Just import project to CodeBlocks and compile/run. If you wish you could use another environment by using only main.cpp file.
Program reads file "students.csv" from the same directory, so it's important to allocate dile main.cpp and students.csv in teh same directory.