lawrence@lemmy.world to Programmer Humor@lemmy.ml · edit-21 year agoOk, at some point we made a big mistake.lemmy.worldimagemessage-square40fedilinkarrow-up1310arrow-down15file-text
arrow-up1305arrow-down1imageOk, at some point we made a big mistake.lemmy.worldlawrence@lemmy.world to Programmer Humor@lemmy.ml · edit-21 year agomessage-square40fedilinkfile-text
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up7arrow-down19·1 year agoBut C is worse than C++, because what if you have a pointer to a pointer?
minus-squareolorin99@kbin.earthlinkfedilinkarrow-up16·1 year agoYou can have a pointer to a pointer in c++ too tho?
minus-squareOmega_Haxors@lemmy.mllinkfedilinkEnglisharrow-up3·1 year agoCan you have two pointers pointing at each other?
minus-squareUpperBroccoli@feddit.delinkfedilinkarrow-up3arrow-down1·1 year 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.
Also it is colder at night than it is outside.
Eh?