Announcement

Collapse
No announcement yet.

Programming with C++ on Linux

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Programming with C++ on Linux

    When I installed Kubuntu for the first time I was already master for python and java on Windows machine. But now I want to try C++ on Linux. Can someone tell me which is the best IDE for C++ and where to find a good book for C++. I will appreciate any help. Thanks

    #2
    Re: Programming with C++ on Linux

    Try Googling:
    1) kubuntu ide c++
    2) linux c++ book

    There are a number of guides that you can download.
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Programming with C++ on Linux

      qt and qt-creator. and for a book.
      http://www.amazon.com/Programming-Pr.../dp/0132354160
      FKA: tanderson

      Comment


        #4
        Re: Programming with C++ on Linux

        I second the nomination of Qt4 and QtCreator.
        They are in the repository. Don't forget to install the QtCreator Doc package.
        One of the recommendations is to install cmake. I'd do that as well.
        There are tons of "suggested" apps to install but I'd ignore them.

        While installing Qt4 and QtCreator be sure to install gcc and also gdb.

        One of the recommend apps is git or subversion. There are links in QtCreator to subversion.
        Subversion is a nice version control system, but my favorite it bzr (Bazaar) and its Qt gui, qbzr.

        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Re: Programming with C++ on Linux

          Does PyQt hold any interest for you?

          http://www.riverbankcomputing.co.uk/software/pyqt/intro

          This combines Python and Qt's windowing toolkit.

          Eric and Wingware are IDE's suitable for python development in Linux.



          Natty Narwhal 11.4 KDE 4.4.3

          Comment


            #6
            Re: Programming with C++ on Linux

            My 2 cents, I think that kate is the best editor ive used. its not intergrated but I like it. Just my opinion.

            Comment


              #7
              Re: Programming with C++ on Linux

              Kate is an EXCELLENT editor for almost every kind of source code, because it supports dozens of different languages. I used it for four years, before QtCreator came out.

              For programming with the Qt4 API, however, QtCreator is the supreme tool. Alll other pale in comparison. To program Qt without QtCreator is like replacing the engine in a Lexus with a Brigs and Stratton.
              "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
              – John F. Kennedy, February 26, 1962.

              Comment

              Working...
              X