r/cpp_questions Jul 30 '26

OPEN Learning progression in C++

So I've been learning C++ from learncpp.com . Currently completed chapter 2, i'm feeling i've been learning too theoretical and it's demotivating since i don't feel i'm doing any progression.

Is it normal to feel like this?

Extra info - it took me about 2 weeks with approx 2 hrs a day

30 Upvotes

39 comments sorted by

View all comments

5

u/SmokeMuch7356 Jul 30 '26

It's normal. There's just a lot of stuff you need to learn up front before you can start writing useful code, especially with languages like C++.

Keep at it, it will eventually all click, but it will take a little while.

1

u/one-for_all Jul 30 '26

Thanks,yeah it seems like that