I wanna make an simple GUI application that work on at least Windows and Gnome Linux. I know c-like programming. now what compiler/application can I use for this purpose? Microsoft Visual Studio is work only for Windows Applications. And where I can learn more about these type of software development? I need some advanced advises. thanks.
Share
The Qt Framework is probably your best bet. Qt has a write once compile anywhere methodology so most of the time you shouldn’t have to change code between different operating systems. They do have their own IDE but I believe they have a plugin for integrating with visual studio as well.