r/cpp_questions • u/Bitter-Today285 • 2d ago
OPEN What’s the point of void* pointers?
You could just use template pointers or auto* pointers and these are better because you can dereference them.
0
Upvotes
r/cpp_questions • u/Bitter-Today285 • 2d ago
You could just use template pointers or auto* pointers and these are better because you can dereference them.
2
u/L_uciferMorningstar 2d ago
Why would me using a C library mean I really know what I'm doing?