0
Is there a variable that will store a word?
Stores the word & than checks it to see if it matches a word in a database?
3 Answers
+ 5
You can store a word in a string. Your database could be an array of strings or you could use the map template class.
+ 2
Have a look at if statments you can use these to match values hope that helps
0
string worked along with ==