English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2006-08-13 12:03:05 · 3 answers · asked by Peter 1 in Computers & Internet Programming & Design

3 answers

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

2006-08-13 23:46:49 · answer #1 · answered by Lord Soth 3 · 0 0

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).

2006-08-13 20:00:25 · answer #2 · answered by bryanchen 2 · 0 0

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

2006-08-14 01:45:24 · answer #3 · answered by bhuvan 2 · 0 0

fedest.com, questions and answers