Thread: C++ under Linux?

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    31

    Question C++ under Linux?

    Hello. I would like to ask if you could recommend something like BCPPB under linux to me. Or something as powerful as c++. Thank you.

  2. #2
    Me -=SoKrA=-'s Avatar
    Join Date
    Oct 2002
    Location
    Europe
    Posts
    448
    What exactly do you mean as powerful as C++?
    on GNU/Linux you can run g++ and it will compile C++.
    SoKrA-BTS "Judge not the program I made, but the one I've yet to code"
    I say what I say, I mean what I mean.
    IDE: emacs + make + gcc and proud of it.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    C++ under Linux?
    To answer that question, yes. C++ is a language - you can use it on any platform you want, as long as you have a C++ compiler for that platform. -=SoKrA=- mentioned g++ - which is hugely popular and easy to obtain.

  4. #4
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    gcc = gnu compiler collection, with c++ support native to it, and is on all linux boxes.

    if you are talking an ide, for developing with.
    kdevelop for kde.
    qtdesigner
    glade

    all generally included with your distro.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  5. #5
    Registered User
    Join Date
    Aug 2005
    Posts
    31
    Thank all of you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM