Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codersguild/cpp-quick

Quick C/C++ Snippets & CPP Examples from production & personal use.
https://github.com/codersguild/cpp-quick

assembly c cpp cpp11 cpp17

Last synced: about 2 months ago
JSON representation

Quick C/C++ Snippets & CPP Examples from production & personal use.

Awesome Lists containing this project

README

        

# cpp-quick

Quick C/C++ Snippets & CPP Examples. I refer to this when I am lost in the wild.

- Must Read : [C++ In Action](https://www.amazon.in/C-Action-Industrial-Strength-Programming-Techniques/dp/0201699486)

### Tools & Docs

- [31 nooby C++ habits you need to ditch](https://www.youtube.com/watch?v=i_wDa2AS_8w)
- [CPP Insight](https://cppinsights.io/)
- [Compiler Explorer](https://godbolt.org/)
- [Example : Vector Instructions](https://github.com/vectorclass)
- [Bit Twiddling Hacks & More](https://github.com/lancetw/ebook-1/blob/master/02_algorithm/Hacker's%20Delight%202nd%20Edition.pdf)
- [JSON Read/Write](https://github.com/nlohmann/json#conversion-from-stl-containers)
- [Design Patterns VS Design Principles: Iterator, Mediator and Memento](https://www.fluentcpp.com/2021/09/12/design-patterns-vs-design-principles-iterator-mediator-and-memento/)
- [The Curiously Recurring Template Pattern (CRTP)](https://www.fluentcpp.com/2017/05/12/curiously-recurring-template-pattern/)

### CPPCon
- [CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”](https://www.youtube.com/watch?v=ncHmEUmJZf4)
- [CppCon 2014: Chandler Carruth "Efficiency with Algorithms, Performance with Data Structures"](https://www.youtube.com/watch?v=fHNmRkzxHWs)