Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 year agoC++lemmy.zipimagemessage-square93fedilinkarrow-up11.09Karrow-down116
arrow-up11.07Karrow-down1imageC++lemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 year agomessage-square93fedilink
minus-squareChaoticNeutralCzech@feddit.delinkfedilinkarrow-up19arrow-down1·1 year ago my comfortable little subset of C++ I also have one. I call it “C”
minus-squarehark@lemmy.worldlinkfedilinkarrow-up5·1 year agoC is almost the perfect subset for me, but then I miss templates (almost exclusively for defining generic data structures) and automatic cleanup. That’s why I’m so interested in Zig with its comptime and defer features.
minus-squareuis@lemm.eelinkfedilinkarrow-up3·1 year agoDamm, C23 has a lot of changes. Some of them are really good, some of them I strongly dislike(keyword auto, addition of nullptr).
I also have one. I call it “C”
C is almost the perfect subset for me, but then I miss templates (almost exclusively for defining generic data structures) and automatic cleanup. That’s why I’m so interested in Zig with its comptime and defer features.
deleted by creator
This comment smells like unix
Damm, C23 has a lot of changes. Some of them are really good, some of them I strongly dislike(keyword auto, addition of nullptr).