You must log in or register to comment.
But C is worse than C++, because what if you have a pointer to a pointer?
Eh?
Also it is colder at night than it is outside.
You can have a pointer to a pointer in c++ too tho?
Can you have two pointers pointing at each other?
void* ptr2 = &ptr1; ptr1 = &ptr2;```
You don’t say.