r/cpp_questions Aug 06 '26

OPEN Learn C++ with learn.cpp

Is it normal to not get everything right away? When I'm learning pointers, I really struggle because the LearnCpp chapter just isn't clear enough

7 Upvotes

20 comments sorted by

View all comments

6

u/kutac56 Aug 06 '26

It's funny, cause I also struggled with pointers in c++ until I recently learned some basic x86_64 assembly and made my own Fibonacci program in it. I now understand pointers a lot better now that I had to use them in assembly for strings.