cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to create such site?
How to create such site?
Jul 8, 2018 at 12:46pm UTC
Lollllipoop
(1)
I want to create something like this online anagram solver
https://anagramsolver.pro
How to do it?
Jul 8, 2018 at 12:51pm UTC
Repeater
(3046)
Get a dictionary of words.
Use the std library to find all permutations of the input letters
Look at the dictionary of words to see which of the permutations are words
Topic archived. No new replies allowed.