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.
View all comments
40
comments
But C is worse than C++, because what if you have a pointer to a pointer?
7 19 ReplyYou can have a pointer to a pointer in c++ too tho?
16 0 ReplyCan you have two pointers pointing at each other?
3 0 Replyvoid* ptr2 = &ptr1; ptr1 = &ptr2;```
4 0 Reply
You don't say.
1 2 Reply
Eh?
3 1 ReplyAlso it is colder at night than it is outside.
3 1 Reply
You've viewed 40 comments.
Scroll to top