Ok, at some point we made a big mistake.
Ok, at some point we made a big mistake.


Hacker News post about this: https://news.ycombinator.com/item?id=39309783 (source available)
You're viewing a single thread.
All Comments
40 comments
mindbleach @sh.itjust.works But C is worse than C++, because what if you have a pointer to a pointer?
7 19 Replyolorin99 @kbin.earth
You can have a pointer to a pointer in c++ too tho?
16 0 ReplyOmega_Haxors @lemmy.ml Can you have two pointers pointing at each other?
3 0 Replyolorin99 @kbin.earth
void* ptr2 = &ptr1; ptr1 = &ptr2;```
4 0 Reply
mindbleach @sh.itjust.works You don't say.
1 2 Reply
UpperBroccoli @feddit.de
Also it is colder at night than it is outside.
3 1 Replyvext01 @lemmy.sdf.org
Eh?
3 1 Reply
40 comments
Scroll to top