Skip to content

miwied/adjustable-cpp-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adjustable-cpp-list

This small console application I wrote demonstrates the useage of a std::list in c++.

features

  • navigable list
  • adjustable row display size
  • current- and maximum page number display, which adjusts according to row display size and list size
  • invalid command input notification
  • colorized text in order to improve the overview
  • editable rows

command summery

help ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ show all available commands
draw print the list
up navigate one page up (scrolling up)
down navigate one page down(scrolling down)
clearList delete all content of the entire list
setViewRange set how many lines of the list you want to display
addRow add a row to the bottom
editRow edit a specific row
loadDemoData load a demo list with 11 different rows (colors)
quit exit the programm / close console

example pictures

main view navigate down
main view down
invalid command set view range to 8
invalid comand set view range
clear list add row
clear list clear list
help
all commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages