Poll: Best Integrated Development Environment for damn small linux

Results 1 to 6 of 6

Thread: Best c/c++ Integrated Development Environment for damn small linux

  1. #1
    Join Date
    May 2008
    Posts
    4,085

    Best c/c++ Integrated Development Environment for damn small linux

    What is an IDE?

    An integrated development environment (IDE) also known as integrated design environment or integrated debugging environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of:

    * a source code editor
    * a compiler and/or an interpreter
    * build automation tools
    * a debugger

    Sometimes a version control system and various tools are integrated to simplify the construction of a GUI. Many modern IDEs also have a class browser, an object inspector, and a class hierarchy diagram, for use with object-oriented software development.

    Vote for your Best c/c++ Integrated Development Environment for damn small linux...

  2. #2
    Join Date
    May 2008
    Posts
    4,085

    Re: Best c/c++ Integrated Development Environment for damn small linux

    Anjuta is an integrated development environment for the C and C++ computer programming languages, written for the GNOME project. It comes standard on base installation DVDs of major Linux distributions such as Ubuntu, openSuse, Fedora, and Mandriva (amongst others).

    Anjuta features project management, application wizards, an interactive debugger built over gdb, and a powerful source code editor with source browsing, code completion and syntax highlighting.

    Distributed under the GNU General Public License, Anjuta is free software.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: Best c/c++ Integrated Development Environment for damn small linux

    Code::Blocks is a free and open source, cross platform IDE. It is developed in C++ using wxWidgets as the GUI toolkit. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Code::Blocks is oriented towards C/C++. Code::Blocks is being developed for Windows, Linux, and Mac OS X. Users have successfully built Code::Blocks under FreeBSD

  4. #4
    Join Date
    May 2008
    Posts
    4,085

    Re: Best c/c++ Integrated Development Environment for damn small linux

    Eclipse is a multi-language software development environment comprising an IDE and a plug-in system to extend it. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others. The initial codebase originated from VisualAge. In its default form it is meant for Java developers, consisting of the Java Development Tools (JDT). Users can extend its capabilities by installing plug-ins written for the Eclipse software framework, such as development toolkits for other programming languages, and can write and contribute their own plug-in modules. Language packs provide translations into over a dozen natural languages. Released under the terms of the Eclipse Public License, Eclipse is free and open source software.

  5. #5
    Join Date
    May 2008
    Posts
    4,085

    Re: Best c/c++ Integrated Development Environment for damn small linux

    Qt Creator is a cross-platform C++ integrated development environment which is part of the Qt SDK[2]. It includes a visual debugger and an integrated GUI layout and forms designer. The editor's features includes syntax highlighting and autocompletion. Qt Creator uses the C++ compiler from the GNU Compiler Collection on Linux. On Windows it can use MinGW with the default install and can also use cdb when compiled from source.

  6. #6
    Join Date
    May 2008
    Posts
    4,085

    Re: Best c/c++ Integrated Development Environment for damn small linux

    KDevelop is a free software integrated development environment for the KDE desktop environment for Unix-like computer operating systems. KDevelop does not include a compiler; instead, it uses an external compiler such as gcc to produce executable code. The current version, 3.5, supports many programming languages such as Ada, Bash, C, C++, Fortran, Java, Pascal, Perl, PHP, Python and Ruby. Released under the GNU General Public License, KDevelop is free software.

Similar Threads

  1. How to build development environment in J2ME
    By Efigenio in forum Software Development
    Replies: 4
    Last Post: 25-02-2010, 03:35 AM
  2. gcc on damn small linux
    By Unix'EM in forum Operating Systems
    Replies: 3
    Last Post: 21-08-2009, 06:13 PM
  3. Install wireless card on damn small linux
    By Wouter in forum Networking & Security
    Replies: 3
    Last Post: 21-08-2009, 05:44 PM
  4. Which is your development environment (IDE) ?
    By Francesca in forum Polls & Voting
    Replies: 2
    Last Post: 07-05-2009, 08:25 PM
  5. How to create Dialup connection in Damn Small Linux
    By Vespera in forum Operating Systems
    Replies: 3
    Last Post: 11-04-2009, 05:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,688,519.20099 seconds with 18 queries