hi all
I'm new to vc++2008 . i have written a Huffman coding class in linux which compiles and works fine and now i want to make a gui for it in windows using vc++2008.
here is what i did:
1.add .cpp and .h file to my solution.
2.write "#include stdafx.h" at the beginning of those files.