2018-02-20 18:05:35 +00:00
2017-12-09 13:23:26 +00:00
2018-02-20 18:05:35 +00:00
bak
2017-05-19 20:47:04 +01:00
2015-04-28 18:11:27 +02:00
2015-08-24 09:57:51 +02:00
2018-02-13 01:19:51 +00:00
bak
2017-08-25 09:11:35 +01:00
2018-02-20 18:05:35 +00:00
2017-08-25 09:52:46 +01:00
2017-10-06 01:50:32 +01:00
2018-02-20 18:05:35 +00:00
2017-11-22 06:50:54 +00:00
2017-07-20 08:40:24 +01:00
2016-03-18 22:08:20 +01:00
2017-04-19 09:17:51 +01:00
2015-06-26 23:40:41 +02:00
2016-05-18 10:21:52 +02:00
2016-04-29 11:56:43 +02:00
2015-07-27 17:07:47 +02:00
2017-11-18 14:12:31 +00:00
2015-04-20 22:53:33 +02:00
2015-06-26 23:40:41 +02:00
2015-07-06 11:59:37 +02:00
2015-08-24 09:57:51 +02:00
2017-12-23 19:29:58 +00:00
2015-07-06 11:59:37 +02:00
2018-02-20 18:05:35 +00:00
2016-05-02 17:36:12 +02:00
2015-06-12 12:34:21 +02:00

C++ Cheat

Build Status

C and C++ minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries and build systems. Cheatsheets, tutorials and mini-projects.

Assembly Cheat contains lower level issues, like assembly, ELF and Binutils.

  1. Getting started
  2. Featured
    1. C
    2. C++
    3. POSIX: POSIX C API
    4. OpenGL
    5. GCC: GCC extensions
    6. Shared library
  3. Introduction
    1. C vs C++
  4. Cross-language
    1. C from C++
    2. C++ from C
    3. Fortran from C
    4. SWIG
  5. Build systems
    1. make
    2. CMake
    3. SCons
  6. Analysis tools
    1. GDB
    2. cflow
    3. Linting tools
      1. Frama-C
    4. Profiling
      1. gprof
      2. Valgrind
      3. perf
  7. Parsing
    1. Flex and Bison
  8. Media
    1. FFmpeg
    2. libpng
    3. v4l2
  9. Utility
    1. Boost
    2. glibc
    3. Linux
  10. GUI
    1. GTK
    2. KDE
    3. OpenGL
    4. Qt
    5. SDL
    6. X11
  11. Scientific
    1. Bullet physics
    2. CUDA
    3. Fortran
    4. GSL
    5. LAPACK
    6. OpenCL
    7. OpenCV
    8. PLplot
  12. CONTRIBUTING
  13. TODO
  14. Bibliography
Description
C and C++ minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries and build systems. Cheatsheets, tutorials and mini-projects.
Readme 4.5 MiB
Languages
C 58.9%
C++ 29.6%
Assembly 3.9%
Makefile 2.7%
Python 2.5%
Other 2.1%