Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
- [Build Systems](#build-systems)
- [Static Code Analysis](#static-code-analysis)
- [Coding Style Tools](#coding-style-tools)
- [Miscellaneous](#miscellaneous-software)
- [Resources](#resources)
- [API Design](#api-design)
- [Articles](#articles)
Expand Down Expand Up @@ -705,6 +706,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Clang-Tidy](http://clang.llvm.org/extra/clang-tidy.html) - Clang-based C++ linter tool.
* [Uncrustify](https://github.com/bengardner/uncrustify) - Code beautifier.

## Miscellaneous software
* [Cling](https://github.com/root-project/cling) - The Interactive C++ Interpreter.
* [Cling Jupyter Kernel](https://github.com/root-project/cling/tree/master/tools/Jupyter) - C++ Kernel for Jupyter with Cling.

# Resources
*Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.*

Expand Down