Thread: where can i find a linux C++ compiler?

  1. #1
    Unregistered
    Guest

    where can i find a linux C++ compiler?

    can anyone tell me a website where i can download a linux C++ compiler?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Providing you've installed the program development packages - you should already have it

    gcc prog.c # for C programs
    g++ prog.cpp # for C++ programs

  3. #3
    Registered User Hoxu's Avatar
    Join Date
    Nov 2001
    Posts
    25
    I also recommend reading the manpages ("man g++") =P

    Which linux do you have (Red Hat, Suse, Debian..?)

  4. #4
    If you have KDE, KDevelop is okay, I don't know if it uses g++ though, I've never peeked at the code. =)
    What will people say if they hear that I'm a Jesus freak?
    What will people do if they find that it's true?
    I don't really care if they label me a Jesus freak, there is no disguising the truth!

    Jesus Freak, D.C. Talk

    -gnu-ehacks

  5. #5
    Unregistered
    Guest
    Yes, Kdevelop uses gcc with c++ support to compile programs. I think it also supports QTK libraries.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  2. Linux drivers. (can't find any)
    By psychopath in forum Tech Board
    Replies: 3
    Last Post: 03-08-2005, 03:29 PM
  3. Wheres a good linux C compiler?
    By Budgiekarl in forum Linux Programming
    Replies: 9
    Last Post: 06-18-2003, 01:17 PM
  4. Is Linux Really A Programmers OS?
    By SourceCode in forum A Brief History of Cprogramming.com
    Replies: 43
    Last Post: 04-07-2003, 09:24 PM
  5. linux vs linux?
    By Dreamerv3 in forum Linux Programming
    Replies: 5
    Last Post: 01-22-2002, 09:39 AM