lab_dict
Devious Dictionaries: Cleverness Through Association
 All Classes Namespaces Files Functions Variables
anagram_finder.cpp File Reference

Uses the AnagramDict class in an executable capable of finding all anagrams of a word (or all words). More...

Functions

int main (int argc, char *argv[])
 

Variables

const string USAGE
 

Detailed Description

Uses the AnagramDict class in an executable capable of finding all anagrams of a word (or all words).

Author
Matt Jora
Date
Winter 2013

Variable Documentation

const string USAGE
Initial value:
=
"USAGE: anagram_finder -w [WORD_LIST] -o [FILE]\n"
"Finds anagrams using a given word list file (where each word is newline-separated).\n"
"\n"
" -a Finds all anagrams in the word list."