You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ program that searches and outputs to console all potential subwords that are found within a "dictionary" text document.
Program runs off of user input of word, or randomly selects a word from provided "dictionary" text document.
Instruction
Download STL.cpp and words.txt
Open any C++ compiler.
Input to compiler the downloaded C++ code and run.
Viola!
About
C++ program that searches and outputs to console all potential subwords that are found within a text document. Program runs off of user input of word, or randomly selects a word from provided text document.