Elektrine lite

← Feed

@Soapbox@lemmy.zip

Post #3210097

2026-06-09 01:58 UTC

I started learning C++ in high school compsci class decades ago. I still havent mastered it. Probably because I never did any programming again after that one semester. But who knows?

Replies (2)

  • @Anders429@programming.dev 2026-06-09 03:04

    I had a pretty good grasp on it when I was coding it full time, but now I wouldn’t feel very confident using it. The language simply requires you to keep too much of it in your brain.

    Open ##3210096

  • @LodeMike@lemmy.today 2026-06-09 04:10

    C++ is kind of a hat on a hat on a hat kind of language. It tries to be low level but does so many things. Learn the rule of five and that’ll get you most of the way there.

    Open ##3211959