Charlie
2011-06-08 07:51:26 UTC
I made a simple program that outputs "Hello World!" I managed to compile this in Microsoft Visual Studio Express 2010 and MinGW generating “Hello.exe.”
But I don’t want a Windows executable file. Instead, I want a Linux executable file so I can upload it to my Linux web server.
Is it possible to configure Microsoft Visual Studio Express 2010 or MinGW to do this? If not, how can I compile c++ for Linux under Windows?
Thanks,
Charlie.