Posted 14 December 2017 - 06:42 PM
I have a program that takes text input from the user. I know that the only valid input for the program are values from a list that is statically defined before the program runs. How would I implement an autocomplete system for my program? I basically want to mimic the shell autocomplete functionality but inside my program.
Edited on 14 December 2017 - 05:43 PM