Results 1 to 3 of 3

Thread: C++ tutorials

  1. #1
    Join Date
    Mar 2019
    Beans
    11

    C++ tutorials

    Hello everyone, i'm running Ubuntu MATE 19.04 and thoroughly enjoy the experience.
    I want to learn C++ from the very beginning but i get confused with so many tutorials out there online
    each showing different ways. Could someone point me to an upto date C++ tutorial suitable for
    beginners using a Ubuntu OS. Thanks all

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: C++ tutorials

    I don't know the answer, but it might help if you can list the other languages you already know to intermediate level or higher. C++ is never taught as a first language, for good reason. I think it would be a good 3rd language, after python and C. With C++, you can shoot yourself in the finger, toe, foot, leg, head, heart and you can take a computer down with a badly behaved program. I'm positive about this. I've done it, a few times, by accident.

    In order for me to learn the key aspects of OOP, it took going to a college class. I'd tried to learn on my own for over a year, but the concepts never "clicked." It took the class and asking a few questions for my lightbulb to turn on. Back then, we called tutorials, teachers.

    But you can do whatever you put your mind after. Nobody's life is the same as anyone else's.
    Last edited by TheFu; June 7th, 2019 at 10:58 PM.

  3. #3
    Join Date
    Jul 2018
    Beans
    4

    Re: C++ tutorials

    I think https://www.learncpp.com/ is the most begineer friendly, it teach you the basic thing but it's pretty complete with 18 chapters.

    You can look for the rest resources here https://hackr.io/tutorials/learn-c-plus-plus .

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
  •