C++ project that creates a Selectlist with custom number of options
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 };
- Alan Trope - 337637961
- Amit Shwartz - 305432775
- Dolev Farhi - 311142657
- Fabian Roitman - 337912844