I wish to develop applications which should work both on Windows and Linux Operating Systems. Please help me how to proceed.
I wish to develop applications which should work both on Windows and Linux Operating
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is currently not possible in Visual Studio 2008. The Visual C++ compiler has no support for the ELF format and no support for any linux library whatsoever. Maybe you can look at alternatives such as the cygwin enviroment.
If you do develop an application in Windows and you want to port it to linux you should check the following things:
edit: typos