LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Programming Tools (https://www.linuxquestions.org/questions/mandriva-30/programming-tools-304166/)

357mag 03-21-2005 01:05 AM

Programming Tools
 
Linux comes with a C++ compiler right? So I wouldn't have to download and install one? What about GUI development tools? Are there C++ tools and Java tools available?

mpetrov 03-21-2005 01:08 AM

Linux comes with gcc, a great c++ compiler. As for GUI development tools try KDevelop - it's a good KDE based IDE.
If you are comfortable with the command line try this:
gcc test.cpp
./test
- Those two shell commands should produce a simple program - assuming test.cpp is a c++ file to be compiled.
Best Regards,
mpetrov

bunnadik 03-21-2005 02:00 AM

Another nice GUI is Anjuta. That's available through the MDK contrib repositories.

- Peder


All times are GMT -5. The time now is 02:33 AM.