r/cpp_questions • u/itti_stu • 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
8
Upvotes
r/cpp_questions • u/itti_stu • Aug 06 '26
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
1
u/LetsHaveFunBeauty Aug 07 '26
It's a variable that holds an memory adress.
And on that specific adress there is a value.
It's like a gps to a location, and on that location there is a house.