Hi,
I have written a c++ program which takes a word and prints a list of all possible words that can be formed from it. I want to create a .exe file which can serve this purpose for me. By that I mean, I don't want to always compile and run the program to use this application. I want to use it like a separate tool (just like we use separate calculator etc.) in windows. Is it posible to do that ?
Thanks