Hello, so I'm fairly new to C++ but not to programming overall. I have created a simple TXT file with about 15 words in them, and I would like to write a program which asks me for a number of words, you type it in (simple cout, cin) and it gets the number of words you selected randomly from my text files and outputs them.
So the program would be like:
How many words would you like?
user: 6
program: selects 6 random words from TXT file and prints them on screen.
I hope this makes sense, and I would be happy to provide more information if needed