Skip to content

kod3r/cpp-cheat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Cheat

Build Status

C and C++ minimal examples. Asserts used wherever possible. 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. Profiling
    1. gprof
    2. Valgrind
    3. perf
  6. Analysis tools
    1. GDB
    2. cflow
  7. Media
    1. FFmpeg
  8. Linting tools
    1. Frama-C
  9. Boost
  10. CMake
  11. Flex and Bison
  12. glibc
  13. hello_world_cpp.cpp
  14. GUI
    1. GTK
    2. Qt
    3. X11
    4. Open GL
  15. Scientific
    1. Fortran
    2. GSL
    3. LAPACK
    4. OpenCV
    5. PLplot
  16. CONTRIBUTING
  17. TODO
  18. Bibliography

About

C and C++ minimal examples. Asserts used wherever possible. Cheatsheets, tutorials and mini-projects.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 50.9%
  • C++ 36.0%
  • Assembly 5.9%
  • Python 3.3%
  • Fortran 1.2%
  • Makefile 1.0%
  • Other 1.7%