Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 `_