atrope / Selectlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textbox

C++ project that creates a Selectlist with custom number of options

Getting Started

Run the program in Visual Studio by opening it at Selectlist.sln
To select an option press , move through options with UP arrow and DOWN arrow
ESC will exit the program.
You can change position and number of options of the select list in main.cpp:

const int options = 20;
const COORD pos = { 0,0 };

Authors

  • Alan Trope - 337637961
  • Amit Shwartz - 305432775
  • Dolev Farhi - 311142657
  • Fabian Roitman - 337912844

About


Languages

Language:C++ 82.2%Language:C 17.8%