I am trying to do a simple project.
The program should first randomly choose a car for you. e.g: Lambo, Toyota, Mazda.
Then it should randomly choose a country to live in. e.g: Russia, Italy, India...
Then it should randomly choose a job. e.g: Doctor, Policeman, Business man...
And so on, but i don't know how to make a random chooser(not random choose for a number but a variable like words).
So can someone help me and give me a couple of codes and show them to me how this kind of system works.(Am using c++)