Ciro Santilli fc36d1cd9b sync
2016-08-20 16:23:38 +01:00
2015-06-12 14:22:06 +02:00
2016-05-18 10:21:52 +02:00
2016-08-20 16:23:38 +01:00
2016-05-18 10:21:52 +02:00
2016-04-11 11:54:07 +02:00
2015-04-28 18:11:27 +02:00
2015-08-24 09:57:51 +02:00
2016-08-20 16:23:38 +01:00
2016-05-18 10:21:52 +02:00
2016-05-04 12:06:18 +02:00
2016-03-14 21:57:32 +01:00
2014-04-01 13:24:33 +02:00
2015-06-12 12:34:21 +02:00
2016-05-18 10:21:52 +02:00
2016-02-21 17:44:40 +01:00
2016-08-20 16:23:38 +01:00
2014-09-13 10:36:10 +02:00
2016-04-04 15:24:28 +02:00
2016-08-01 09:31:26 +01:00
2014-09-13 10:36:10 +02:00
2016-07-03 12:14:03 +02:00
2016-03-14 21:57:32 +01:00
2016-02-21 17:44:40 +01:00
2016-03-18 22:08:20 +01:00
2016-05-18 10:21:52 +02: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
2016-05-18 10:21:52 +02: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
2016-04-11 11:54:07 +02:00
2015-07-06 11:59:37 +02:00
2016-06-02 19:24:24 +02: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. 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. GCC: GCC extensions
    5. OpenGL
    6. KDE
  3. Introduction
    1. C vs C++
    2. Style guides
  4. Cross-language
    1. C from C++
    2. C++ from C
    3. Fortran from C
    4. SWIG
  5. Build systems
    1. CMake
  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 libraries
    1. Boost
    2. glibc
  10. GUI
    1. GTK
    2. Open GL
    3. Qt
    4. SDL
    5. X11
  11. Scientific
    1. Bullet physics
    2. Fortran
    3. GSL
    4. LAPACK
    5. OpenCL
    6. OpenCV
    7. 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%