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?

15th Jan 2018, 8:29 PM
DragonFly Code
DragonFly Code - avatar
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.
15th Jan 2018, 9:03 PM
John Wells
John Wells - avatar
+ 2
Have a look at if statments you can use these to match values hope that helps
15th Jan 2018, 8:37 PM
D_Stark
D_Stark - avatar
0
string worked along with ==
16th Jan 2018, 7:20 AM
DragonFly Code
DragonFly Code - avatar