LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Which packet to install for programming C/C++ (https://www.linuxquestions.org/questions/linux-newbie-8/which-packet-to-install-for-programming-c-c-199461/)

netsroht 06-30-2004 08:43 AM

Which packet to install for programming C/C++
 
Hello!

May sombody be so kind to tell me:

A want to write a programm in C or C++. Which packet do I have to install for a development-environment? Which is mandatory, which is useless?

I'm runnig SUSE 9.1.

Thanks for your reply.

Thorsten

lyceum 06-30-2004 09:14 AM

first and foremost you need gcc, which is the c compiler. also glibc which are the c libraries. g++ is the c++ compiler based on gcc. if you use a package manager, you can find most of what you need under "development." they usually have a description of what each package is.

hope this helps.

jens 06-30-2004 09:17 AM

Try VIM.
http://www.linuxquestions.org/questi...icle&artid=173

If you want a more graphical environment, try KDevelop
http://www.kdevelop.org/
info: http://www.linuxjournal.com/article.php?sid=4747

lyceum 06-30-2004 09:28 AM

sorry, just noticed you were looking for a programming environment . i use emacs and vim, though pico is quite easy if you are looking for that. note that these are simply text editors and are not similar to visual studio or anything. let me know if that's what you are looking for and i can make some suggestions.

whishkah 06-30-2004 12:02 PM

If you want a gui based enviroment, try Kdevelop. It has nice features, including, allowing you to use many different languages. -So if you would want to branch off into other styles of programming you would not need different programs.

Hope that helps..

netsroht 07-01-2004 12:32 AM

Thank you all for the fast response. I'm sure this will help.

Regards
Thorsten


All times are GMT -5. The time now is 05:07 PM.