Maven (famous) to Programmer [email protected] • 1 year agoC++lemmy.zipimagemessage-square100fedilinkarrow-up11.07K
arrow-up11.07KimageC++lemmy.zipMaven (famous) to Programmer [email protected] • 1 year agomessage-square100fedilink
minus-square@[email protected]linkfedilink17•1 year 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-square@[email protected]linkfedilink4•edit-21 year 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-square@[email protected]linkfedilink2•1 year 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.