Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 5 months agoC++lemmy.zipimagemessage-square98fedilinkarrow-up11.08Karrow-down116
arrow-up11.06Karrow-down1imageC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 5 months agomessage-square98fedilink
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up17·5 months agoIf you do C, and avoid pointers, do tell me what the point is using the language at all? I mean if memory management is “the only way to shoot yourself in the foot” in C, then thats a quite big part of the language!
minus-squareuis@lemm.eelinkfedilinkarrow-up4·edit-25 months ago If you do C, and avoid pointers, do tell me what the point is using the language at all? Person is saying that C has one big footgun, while C++ has armory of them
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up2·5 months agoC is like one big problem then :-D C++ lots of smaller problems: divide & conquer baby!
If you do C, and avoid pointers, do tell me what the point is using the language at all?
I mean if memory management is “the only way to shoot yourself in the foot” in C, then thats a quite big part of the language!
Person is saying that C has one big footgun, while C++ has armory of them
C is like one big problem then :-D
C++ lots of smaller problems: divide & conquer baby!
But it’s a single problem.