Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 11 months agoC++lemmy.zipimagemessage-square98linkfedilinkarrow-up11.08Karrow-down116
arrow-up11.06Karrow-down1imageC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 11 months agomessage-square98linkfedilink
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up17·11 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-211 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·11 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.