LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Visual C++ for Linux ? (https://www.linuxquestions.org/questions/linux-newbie-8/visual-c-for-linux-676520/)

primerump 10-15-2008 10:16 AM

Visual C++ for Linux ?
 
Hi, I'm a windows visual c/c++ programmer looking to migrate away from windows, I have a lot of heavy GUI apps I'd like to translate to Linux ( KDE/GNOME ?? ).. is there an equivalent package for GUI development in Linux ?.. I would like something as close to visual c as possible

thank you.

jf.argentino 10-15-2008 11:18 AM

I don't know nothing about Visual C++, but you have plenty of IDE who can run on linux _AND_ windows (and maybe others): ECLIPSE + CDT, Code:Blocks. Some of them run on linux and maybe on windows Anjuta... And you have KDevelopp who run on linux (and maybe other UNIX). This list is far from complete.
KDE and GNOME are only windows manager, the 'look and feel' of your unix environment, GNOM use gtk library, and KDE use Qt library, but you can develop (and run) your application with gtk on KDe if you want.

The problem is if you have used MFC or any microsoft specific objects and framework, then the work to port your application to another framework will be huge, maybe you can find some wrappers, I don't know. Another way could be to run your application with wine, which is a kind of windows emulator.

Another point is that you can develop a multiplateform (a the cost of a recompilation of your code) with gtk or Qt since both libraries exist under Windows environment. So, IMHO, the best to avoid future trap for huge cost migration is to use a open source and multiplateform library with a multiplateform and open source IDE.

arashi256 10-15-2008 02:44 PM

Are you looking for a Visual Studio-like development environment, or do you want to write Windows code on Linux? Can't really see the point of the latter, I must say - but that's just my opinion.

As for the first, Eclipse should do you proud.


All times are GMT -5. The time now is 11:32 AM.