Full Demo - https://www.youtube.com/watch?v=OzzlP0dJIzQ
g++ AnimatedList.cpp InputGetter.cpp PositionManager.cpp -lglut -lGL -lGLU -lGLEW -std=c++11
./a.out filename
add element
delete index
highlight index
set index,element
swap index,index
Where element is any string and index is a positive integer represeting the index of some element in the list.
add 3
add 4
add 5
add 6
highlight 2
set 3,100
highlight 3
To see the results, save the above in a file and execute the language using
./a.out filename