Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyguitar/cppcheatsheet
C/C++ Cheat Sheet
https://github.com/crazyguitar/cppcheatsheet
cheatsheet cpp
Last synced: 3 days ago
JSON representation
C/C++ Cheat Sheet
- Host: GitHub
- URL: https://github.com/crazyguitar/cppcheatsheet
- Owner: crazyguitar
- License: mit
- Created: 2016-03-06T12:10:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T23:02:00.000Z (11 months ago)
- Last Synced: 2024-12-28T21:28:28.572Z (27 days ago)
- Topics: cheatsheet, cpp
- Language: Python
- Homepage: https://www.cppcheatsheet.com
- Size: 434 KB
- Stars: 192
- Watchers: 3
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Documentation Status
======================.. image:: https://img.shields.io/badge/doc-pdf-blue
:target: https://cppcheatsheet.readthedocs.io/_/downloads/en/latest/pdf/C Cheat Sheet
=============- `From Scratch `_
- `GNU C Extension `_
- `Macro `_
- `Makefile `_
- `X86 Assembly `_Modern C++ Cheat Sheet
======================- `Modern C++ From Scratch `_
- `Constructor `_
- `Initialization `_
- `String `_
- `Container `_
- `Iterator `_
- `Template `_
- `Variadic `_
- `Forwarding `_
- `Casting `_
- `Constexpr `_
- `Lambda `_
- `Time `_
- `Smart Pointer `_
- `Return Value Optimization `_
- `Algorithm `_
- `Coroutine `_
- `Ranges `_System Programming Cheat Sheet
==============================- `File I/O `_
- `Signal `_
- `Socket `_
- `Concurrency `_CMake
=====- `CMake `_
- `Package `_
- `External Project `_Shell
=====- `Bash From Scratch `_
- `Bash Date `_
- `Bash Find `_
- `Bash Regular Expression `_
- `Operating System `_GNU Debugger
============- `GDB `_
- `Perf `_Systemd
=======- `Systemd `_