0

Possible Duplicate:
What IDEs are available for Ubuntu?

I would like to make programs in C++ for Ubuntu and Windows. I will be using visual studio on a Windows PC for the programming. I know how to make the install files for Windows.

I just need to know how to make the files Linux uses for programs in Visual Studio?

If you don't know visual studio could some one tell be the extensions used on install files or runnable executable(for Linux).

3 Answers3

1

I have had some experience in cross platform programming. To begin with Visual Studio, code built on visual studio will not run inherently as the binaries compiled from Visual Studio wont be supported. You might try to develop in C# using Visual studio and then can use mono libraries to run that code on linux but wont recommend it at all. Another way would be to use gcc and compile ur code using mingw of cygwin on windows and use that compiled code on windows and use gcc compiler to get binaries in linux. As for ide which is available for both the operating systems I would suggest Eclipse.

But if you want a good suggestion for cross platform development, then you should focus on all the operating systems independently as each have major differences.

Further with respect to qt, they again use mingw/cygwin (for windows) and generic linux libraries so you can consider them too (they give some good functional libraries too). Its just depends on what you are building!

Akshay
  • 51
1

Visual c++ is not cross platform, If you prefer cross platform application creation from visual studio try qt plugin for visual studio

Tachyons
  • 17,455
0

Or look at the Eclipse IDE for C/C++ Developers. http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/junosr1