The Microsoft Visual C++ 2010 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2010 installed.
have a read about release mode compilation and static libs too.
I always wondered why I sometimes had to download c++ redistributable for some programs. Guess I now know why. I was under the impression that all .exe's could work by themselves. Do you think it's possible to make an installer in VS Express that will install cppRedist? Going to have to learn to make installers eventually.