From b3df0ab7d1d93e28b7f73843bcebc2537a95e779 Mon Sep 17 00:00:00 2001 From: tocic Date: Tue, 14 Mar 2023 11:11:06 +0300 Subject: [PATCH] Add awesome-hpp list Closes https://github.com/fffaraz/awesome-cpp/issues/1053. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca02d65..8fdd7fa 100644 --- a/README.md +++ b/README.md @@ -1302,6 +1302,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Inqlude](http://inqlude.org/) - The Qt library archive. * [papers-we-love](https://github.com/papers-we-love/papers-we-love) - Papers from the computer science community to read and discuss. * [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) - A curated list of awesome places to learn and/or practice algorithms. +* [awesome-hpp](https://github.com/p-ranav/awesome-hpp) - A curated list of awesome header-only C++ libraries. * [awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) - A lot of screencasts, recordings of user group gatherings and conference talks. * [Projects](https://github.com/karan/Projects) - A list of practical projects that anyone can solve in any programming language. * [Awesome interview questions](https://github.com/MaximAbramchuck/awesome-interviews) - A list of lists of interview questions for the most popular technologies, including C and C++.