C++ - Reddit
前往频道在 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
显示更多228
订阅者
无数据24 小时
-17 天
-130 天
帖子存档
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
