Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
if you look on sourceforge.net or
google.com/linux for the programs you are looking for most of these will come is tar.gz which is genereally the source code that you compile yourself.
Okay thanks for the info.
just one more thing.Which language can I program linux in.Is there any specific compiler?Can I use Microsoft visual studio to program in Linux?
It might help us a bit more if you tell us what you want to do.
You may well be able to compile some linux software in Microsoft visual studio, I wouldn't try it tho, plus it wont work in Linux.
gcc is a c and c++ compiler, use that.
Originally posted by JSuresh Okay thanks for the info.
just one more thing.Which language can I program linux in.Is there any specific compiler?Can I use Microsoft visual studio to program in Linux?
thanks for your help.
You can most likely program in any language. Linux supports many languages. I 'm sure you can use Visual Studio to program in but your probably limited to maybe just C or something like that, but what would be the point to use MS software to develop for Linux ? From my understanding you can program mostly in a plain text editor in Linux and use a Linux or open source compiler to compile your program in Linux.
Just don't be trying to develop Visual Basic or .NET platform for Linux. Maybe you should read up on some programming techniques for Linux. I'm no programmer but I can assure its different compiling for MS compared to Linux or Unix platforms.
okie.thanks for all your input.I'm really learning a lot here.I'm drawn to the open source mainly because of interest plus I see that it's really going to take off in a big way in future. I'm just a beginner in programming(hence I'm just interested in doing some simple programs to reinforce what I've learnt in college).I'm using MS Visual studio as I'm currently learning C++ in my college. My intention was just to jump straight into the source codes to get an idea of how the code is written. Nevertheless I will take heed of the advice given and find some good programming books on linux.
Well it depends what you're referring to as "linux". If you mean the kernel then kernel.org is what you want, it's written in C but will only compile with gcc, so forget Visual Studio. In fact, no linux software will compile on windows out of the box, if you want to play with it you'll need to install Linux itself.
Windowing system/graphics layer is at Xfree86.org (C)
KDE/GNOME UI is at kde.org (C++) and gnome.org (C)
Audio is at alsa-project.org (C)
Most popular web browser engine is at mozilla.org (C++)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.