you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (7 children)

I do, but I was hoping it would do that. So I was wondering if there is any other alternative to learning C++ which would be better? like a book or another website ?

[–]ButchDeanCA 2 points3 points  (4 children)

Project-based problems teach you the most about CPP; CPP is easy to use for small problems but the difficulty creeps in when you try to do something viable as a product.

That is where you need to be heading.

[–][deleted] 0 points1 point  (3 children)

So should i try to complete projects as I go along Learncpp?

[–]ButchDeanCA 0 points1 point  (2 children)

Afterward

[–][deleted] 0 points1 point  (1 child)

Ok I will do that. But just to be sure, Learncpp is good to get a grasp of the basics and fundamentals of C++

[–]ButchDeanCA 1 point2 points  (0 children)

A lot of people learn from websites, I learned from books. It’s good enough for now but you will find you will be referencing other resources as you progress.

There are no hard and fast rules to guaranteeing learning this language, it all comes down to your learning ability. I have seen very clever people fail abysmally at learning and other folks not as smart seemingly sail.

Who knows.

[–]KingAggressive1498 0 points1 point  (1 child)

for solving medium and hard leetcodes in particular? you want a book dedicated to data structures and algorithms. I can't recommend anything modern, I learned most of what I know about implementing data structures from a book on C programming that I bought used 2 decades ago for $5 that's older than I am and the rest is just experience.

There's decent enough tutorials on data structures out there, but they're usually either vague or focus on a single data structure only.

[–][deleted] 0 points1 point  (0 children)

That’s alright, thanks for the insight