d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Learning C++
Add Reply New Topic New Poll
Member
Posts: 17,598
Joined: Sep 27 2012
Gold: 9,000.00
Mar 10 2019 10:26am
Gonna be using learncpp website, anyone used this website or can point me in the direction of some good learning sources
Member
Posts: 8,992
Joined: Mar 24 2013
Gold: 18,115.00
Mar 11 2019 06:52am
Try some book instead, it might give you a better sight on the lingo itself. Just google -> good cpp book -> probably any result from stack.
Also it would be better to not to learn C++ at all.
Member
Posts: 17,090
Joined: Nov 22 2008
Gold: 169.00
Mar 11 2019 04:56pm
Hey man , long time no see :)

If you are completly new to a programming world, I would advice you to step back from C++ and start with python for example.

Also. If you are absolute begginer, best starting point would be CS50 course from harvard university which can be accesed online. It is open to anyone, and you have videos of lectures, tasks and large group of students where you can exchange knowledge.

At the end of that lecture, you will learn basic stuff with C, you will learn data structures and algorithms and you will dive into web programming (python, django, html, css, js and sql).
That path is hard, but really fun to do. There is also verified certificate from harvard if you manage to pass all tasks which is a good reference if you are aiming for your first job in IT field.

However, if you have some prior knowledge and you really want to focus on c++, I do have some online books in it. Just pm me if you need em.
Member
Posts: 6,217
Joined: Dec 17 2018
Gold: 3,707.16
Jun 7 2019 03:30pm
Quote (ehmmkay @ Mar 10 2019 05:26pm)
Gonna be using learncpp website, anyone used this website or can point me in the direction of some good learning sources


if you want to learn good CPP, first you need to learn it well C, else you may be doing sometimes things that you don't really understand (memory alloc, pointers, etc). The author of C++ has some books but they need a good base to start, they are not easy at all for a newbie. If you need a good book for C, "The C programming language" from Kernighan and Ritchie 2nd edition. This is a good reference and puts you in the right place of the serious programming :)

(Btw, if u wanna make programs fast and "cool looking", use java, python, c# or some modern language updated, c++ is a long way to reach GUI programs).
Member
Posts: 308
Joined: Jun 7 2019
Gold: 13.37
Jun 12 2019 10:50am
i would do a quick google/reddit search for some books over c++ or check out youtube (free) some udemy courses (paid) all in all it's the same thing..

also like others have said python is an easier language to grasp as a beginner.

This post was edited by cloudrage on Jun 12 2019 10:51am
Member
Posts: 723
Joined: Apr 29 2007
Gold: 2,182.00
Jun 28 2019 02:26am
“The C++ Programming Language” by Bjarne Stroustrup
Link in pm
Banned
Posts: 9
Joined: Jul 14 2019
Gold: Locked
Trader: Scammer
Jul 16 2019 07:29am
whats a good book to start?
Member
Posts: 17,598
Joined: Sep 27 2012
Gold: 9,000.00
Jul 16 2019 07:39am
Quote (ClassicUSEast @ Jul 16 2019 03:29pm)
whats a good book to start?



Look at the post before yours

I decided to learn python tho
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll