Pick a random item from a list.
You can insert, delete and pick items with given controls.
g++ -o RandomPicker Source.cpp Application.cpp res.o -std=c++17 -mwindows -lgdi32 -lcomctl32
Or simply run "run.bat"
- -std=c++17 is optional, use 11 or 14 if you want.