Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codersguild/cpp-quick
- Owner: codersguild
- License: gpl-3.0
- Created: 2021-02-22T14:55:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T18:08:43.000Z (about 3 years ago)
- Last Synced: 2024-11-07T10:49:36.110Z (3 months ago)
- Topics: assembly, c, cpp, cpp11, cpp17
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)