How to code C++ application that it will run on any windows computer?

I am a C++ beginner. I have have Visual C++ Express 2008, running windows XP. I would like to upload a console program to the internet that people can download and run without installing or downloading software from Microsoft. Is this possible?

2 Responses to “How to code C++ application that it will run on any windows computer?”

  • Coddy:

    Make it a dos exe if its basic it will run on a bare dos even, I think wine users on mac and linux can even use it.

  • psychopiet:

    yes, you can compile in such a way that no other software is needed for your exes to run.

Leave a Reply