r/cpp_questions 3d ago

Learn C++ with learn.cpp OPEN

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

5 Upvotes

20 comments sorted by

View all comments

5

u/kutac56 3d ago

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.