Home » questions » Programming on a Linux Platform?

Programming on a Linux Platform?

2006-08-13 16:03:05, Category: Programming & Design
Hello, I was wondering what C++/C# libraries are used to program on Linux? Or How do u create programs (Such as Firefox and other Linux apps) in C++/C#? Thanks, Daniel

Answers

  1. hayral

    On 2006-08-14 03:46:49


    C# is part of .Net and designed for Windows primarily but you can run .Net (C# or VB.Net) code on Linux using MONO, GNU .Net or ROTOR. For C,C++ development on linux you can use GCC (GNU Compiler Collection) and MinGW as IDE. Or you can use Borland Kylix and other borland linux IDEs. Loren Soth
  2. bryanchen

    On 2006-08-13 17:00:25


    I could be wrong, but I previously thought the bulk of Firefox was created in Java. If you want to create GUI apps on Linux, you'll have to find the API for the X windowing system used (KDE or GNOME).
  3. bhuvan

    On 2006-08-13 22:45:24


    you can get the whole source for the Firefox for free ,just go to their homepage and u can get it and there are no C# libraries for Linux as far as i know, but for C++ u can find most libraries using Google