i'm trying to make a hangman game with c++ right now and i got a question: how do you get a RANDOM word from a text file?
given there is only a word each line in that file
e.g:
television
computer
football
butterfly
etc.
anyone can help?
thx.