Hacker News new | ask | show | jobs
by Sheeplator 1963 days ago
A list of modern C++ related resources can be found here:

https://github.com/rigtorp/awesome-modern-cpp

The list includes some powerful yet not excessively large libraries from which one can learn including:

https://github.com/skypjack/entt

https://github.com/taocpp/PEGTL

https://github.com/fmtlib/fmt

1 comments

fmt is an awesome library, I'm using it thanks to you :D

I do notice that libraries are constructed a bit differently compared to applications (header only vs header/impl).