Hi guys recently I've been translating a python code into its c++ version. I observed that the python code had something called 'lookup' where the user could assign variables to it and when the user enters something into the python program, the software will check whether the input corresponds to any of the variable in the 'lookup group' before following up with other actions. Is there any way I could replicate the same thing on c++ as well? Thanks.