need help


Results 1 to 3 of 3

Thread: need help

  1. #1
    Join Date
    Jul 2002
    Location
    uk
    Posts
    13

    Question need help

    hi long tim no see i guess, ok get to the point of it,

    i wish to program on linux but not sure where to start, as i was a VB.NET user and now fed up with the over bloated Mule, I wish to start with C++ on Linux but am stuck where to start looking for a application like program for it, if it's a case of using VI in shell thats fine but i'm thinking more towards a GUI C++ if possible, any help would be apriciated.


    Goaphs
    Linix Vs Windows
    put it this way if these were types of vehircles, linux would be a lamborghini speeding 150mhp and windows a 18 wheeler truck with a full cargo going up a 90•c hill

  2. #2
    Join Date
    Jan 2001
    Posts
    517

    C++ IDEs for Linux

    You probably know much more about IDEs than me, but here are some

    Geany
    Anjuta
    KDevelop
    NetBeans
    Code::Blocks
    Eclipse CDT(does support C++)
    CodeLite
    Qt Creator (can be used for non-Qt projects as well)
    Slickedit (not just for macs)
    Ultimate++

    The most praised seem to be old-fashioned Vim/Emacs and NetBeans

    Hope that gets you started.

  3. #3
    Join Date
    Jul 2002
    Location
    uk
    Posts
    13
    hi thank for the reply, with a little more extensive reading, which i was in the process of as i made my original post i went with "KDevelope" its nice , mind you i had to install other dependencies.

    Login as root:
    sudo su
    "apt-get build-dep cmake
    "apt-get build-dep make
    "apt-get build-dep qt4"
    "apt-get build-dep git"
    "apt-get build-dep konsole"

    I'm still new to this area on linux, but having some linux knowledge I'm finding my way around easily enough, this is how I've managed to get KDevelope running fine, if theirs any queries ill try my best to answer

    Your's Goaph's
    Linix Vs Windows
    put it this way if these were types of vehircles, linux would be a lamborghini speeding 150mhp and windows a 18 wheeler truck with a full cargo going up a 90•c hill

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •