PDA

View Full Version : C++ tutorials



old-nomad
June 7th, 2019, 04:32 PM
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

TheFu
June 7th, 2019, 10:30 PM
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.

andraantariksa
June 25th, 2019, 06:06 PM
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 .