Results 1 to 3 of 3

Thread: wish to start learning c++

  1. #1
    Join Date
    Jul 2010
    Location
    lucknow, india
    Beans
    58
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Question wish to start learning c++

    so i've got c++ in my computer applications course in senior school and i don't even know the 'c' of c++.

    i want to run c++ on my computer and start doing some basic programs.
    can someone point me in the right direction and tell me where i get the compiler,IDEs etc required to be able to do this?

    p.s: i am running fedora 16 and windows 7 in a dual boot config

  2. #2
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: wish to start learning c++

    Dont miss anything even it is small. one small pin is enough to bring down a man.


  3. #3
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: wish to start learning c++

    Code:
    yum groupinstall "Development Tools"
    Should work (for Fedora) for getting everything you might possibly need behind the scenes for compiling and such. It's a pretty big group of things, but I don't know precisely what you want to do. It's analogous to installing build-essential in Ubuntu.

    As far as an IDE, I use Netbeans pretty regularly.

    For Windows there is Visual Studio Express. That's the best you can do without paying a lot of money. For what you are doing it would probably be fine. But for bigger projects ("Solutions" in Microsoft parlance) you are out of luck.

    That said, I'd suggest a Fedora forum or a Windows forum as a more likely place to get answers to questions regarding those OSes.

    (But I bet you like us more for your Ubuntu questions!)
    Last edited by QIII; March 29th, 2012 at 07:51 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

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
  •