Hi,
I made a program that lists all possible anagrams of a word.Now I'd like to include anagrams of subsets of letters in the word.I have the code for making the subsets also now.But i do not want merge them as a single code.So I'd like to know if there is a way pipe the output of one to another in VC++.They are in the same project file in VC++,if that matters.
Thanks in advance,
Prasanna.