olorin99@kbin.earthtoProgrammer Humor@lemmy.ml•Ok, at some point we made a big mistake.
16·
9 months agoYou can have a pointer to a pointer in c++ too tho?
You can have a pointer to a pointer in c++ too tho?
The use of “horrible” in their comment isn’t necessarily about the quality of the art. Judging from context it’s probably more about the ethical considerations. So not really a contradiction.
void* ptr2 = &ptr1; ptr1 = &ptr2;```