3
submitted 1 year ago by lenninscjay@lemm.ee to c/cpp@programming.dev

Hey all, teaching myself CPP through a few books (and a little bit of CS in general through CS50) and hit a road block.

I understand what pointers are, and understand they’re a big part of programming. My question is why?

What do you use pointers for? Why is forwarding to a new memory address preferable to just changing the variable/replacing what’s already at the memory address or at a new one? Is it because new data could exceed the size of that address already allocated?

Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[-] Beanie@programming.dev 3 points 1 year ago

My advice is to learn pure C and make a few small programs with it. You'll see very soon why pointers are necessary.

this post was submitted on 08 Jul 2023
3 points (100.0% liked)

C++

1732 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS