C++ - Reddit
Open in Telegram
Stay up-to-date with everything C++! Content directly fetched from the subreddit just for you. Join our group for discussions : @programminginc Powered by : @r_channels
Show more228
Subscribers
No data24 hours
-17 days
-130 days
Posts Archive
228
Clean code series of videos I found on YouTube.
https://youtube.com/playlist?list=PLmmYSbUCWJ4x1GO839azG_BBw8rkh-zOj
https://redd.it/lbynjp
@r_cpp
228
My extended concepts library
https://github.com/Hamondorf/conceptual
Got my concepts library I've been working on to a point where I'm happy enough to make it public. It's not done yet, and I'm open to any and all criticism/suggestions.
I wasn't exactly thrilled with the number of standard concepts we got in c++20. Mainly, I found it annoying that a lot of type traits were more or less ignored so I went and added made own for them. I tried my best to improve subsumption and such while I was it too.
https://redd.it/lbw45p
@r_cpp
