dazzledbeans @lemmy.world to Programmer Humor@lemmy.ml · 1 year agoWith PieMixinlemmy.worldimagemessage-square30fedilinkarrow-up1575arrow-down114
arrow-up1561arrow-down1imageWith PieMixinlemmy.worlddazzledbeans @lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square30fedilink
minus-square257m@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·edit-21 year agoC has typeof. Why wouldn’t C++? Edit: Just checked and it doesn’t. Why is C++ such a stupid language. That whole superset of C BS and they pull this off?
minus-squaresgh@lemmy.mllinkfedilinkarrow-up2·edit-21 year agoStandard C does not have typeof. That’s just a compiler extension… Also the equivalent of typeof is most likely decltype or auto.
C has typeof. Why wouldn’t C++?
Edit: Just checked and it doesn’t. Why is C++ such a stupid language. That whole superset of C BS and they pull this off?
Standard C does not have typeof. That’s just a compiler extension…
Also the equivalent of typeof is most likely decltype or auto.