this post was submitted on 15 Nov 2023
793 points (97.3% liked)

Memes

45407 readers
523 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] idunnololz@lemmy.world 6 points 11 months ago (2 children)

Yeah modern Cpp is kinda fun to code in now, but I still don't really care for header files.

[–] _cnt0@sh.itjust.works 5 points 11 months ago (1 children)

We have very different ideas of what constitutes 'fun'.

[–] idunnololz@lemmy.world 6 points 11 months ago

Casting to (void*) gives you thrills most other languages can't offer you /s

[–] rasensprenger@feddit.de 4 points 11 months ago* (last edited 11 months ago)

cmake now finally supports c++20 modules

I wouldn't use modules in production quite yet, there's still a lot of implementation bugs, but for experimenting its quite usable