Results 1 to 5 of 5

Thread: c++ tutorials and instalation of packages

  1. #1
    Join Date
    Apr 2008
    Beans
    2

    c++ tutorials and instalation of packages

    c++ tutorials in gcc editor

    tar,bin and other suffix packages and their installation mehtods

  2. #2
    Join Date
    Mar 2008
    Beans
    1,076
    Distro
    Ubuntu

    Re: c++ tutorials and instalation of packages

    c++ tutorials in gcc editor

    tar,bin and other suffix packages and their installation mehtods
    if you are asking for c++ tutorials and installtion of a c++
    compiler and editor.
    then it is apt-get install build-essential then find
    some editor in the add remove menu that you like to use.
    there is a lot of c++ tutorials on the internet.

  3. #3
    Join Date
    Jan 2008
    Location
    /dev/null
    Beans
    2,793
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: c++ tutorials and instalation of packages

    Quote Originally Posted by sreenathan_c_s View Post
    c++ tutorials in gcc editor

    tar,bin and other suffix packages and their installation mehtods
    well if you plan on writing and compiling aps you'll need to install build essntial
    Code:
    sudo apt-get install build-essential
    After that choosing an ide or choosing to not use an IDe is a matter of personal preference.

  4. #4
    Join Date
    Mar 2008
    Beans
    1,076
    Distro
    Ubuntu

    Re: c++ tutorials and instalation of packages

    there is also an programmering talk section in these forums.
    whit links to c++ tutorials. and the first basic steps of making the first c++ program

  5. #5
    Join Date
    Feb 2006
    Location
    Seattle-Eastside
    Beans
    309
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: c++ tutorials and instalation of packages

    Quote Originally Posted by cmay View Post
    there is also an programmering talk section in these forums.
    whit links to c++ tutorials. and the first basic steps of making the first c++ program
    Yes, under "Development & Programming" (or something like that), there is a "Programming Talk" sub-forum. There are stickies in there with lots of tutorials and such.

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
  •