I am kind of new to programming, so I am not very familiar with all the vocab, so sorry if this question is a little confusing.
In c++, is there a value or a library that gives every single word in the English dictionary? For example, if I wanted to try to make a spelling bee or something of the sort, I would just have this array string array{ALL_WORDS}
which would contain every word in the dictionary for the program to use.
I tried to make my own list, but doing it manually would take forever, and if I use ChatGPT or some platform like that to extract all the words from an online English dictionary, it will probably make mistakes.
If anyone can help me, it would be very useful.
Squirrel Coder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3