@lawrence@lemmy.world to Programmer Humor@lemmy.ml • edit-29 months agoOk, at some point we made a big mistake.lemmy.worldimagemessage-square36fedilinkarrow-up1308file-text
arrow-up1308imageOk, at some point we made a big mistake.lemmy.world@lawrence@lemmy.world to Programmer Humor@lemmy.ml • edit-29 months agomessage-square36fedilinkfile-text
minus-square@mindbleach@sh.itjust.workslinkfedilink8•9 months agoBut C is worse than C++, because what if you have a pointer to a pointer?
minus-square@Omega_Haxors@lemmy.mllinkfedilinkEnglish3•9 months agoCan you have two pointers pointing at each other?
minus-square@UpperBroccoli@feddit.delinkfedilink3•9 months agoAlso it is colder at night than it is outside.
But C is worse than C++, because what if you have a pointer to a pointer?
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.
Eh?
Also it is colder at night than it is outside.