cpp-cheat
System programming examples
A collection of minimal examples and tutorials for system programming in C, C++, POSIX, and Linux
MOVING TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content SEE README. C, C++, POSIX and Linux system programming minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries and build systems. Cheatsheets, tutorials and mini-projects. 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content查看自述文件。 C,C ++,POSIX和Linux系统编程的最少示例。 尽可能使用断言。 酷第三方库和构建系统的世界。 备忘单,教程和小型项目。
614 stars
36 watching
160 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
cc-plus-pluslinuxposix
Related projects:
Repository | Description | Stars |
---|---|---|
phate6660/cppfetch | A C++ program that gathers information about the system and displays it in a graphical format. | 18 |
tuplanolla/cheat | Convenient unit testing framework for the C programming language | 169 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 325 |
agavrel/42_cheatsheet | A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development | 1,697 |
richelbilderbeek/travis_cpp_tutorial | A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. | 169 |
zodiacon/win10sysprogbooksamples | Sample code implementations from a Windows 10 System Programming book | 408 |
mpitutorial/mpitutorial | MPI programming lessons in C and executable code examples | 2,199 |
jstrieb/systems-programming-cheat-sheet | A concise systems programming guide covering key concepts and behaviors specific to x86-64 Unix systems | 364 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 510 |
renatogarcia/icecream-cpp | A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 581 |
richelbilderbeek/travis_gcc_cpp17 | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
ccpalettes/the-c-programming-language-second-edition-solutions | Solutions to exercises in K&R book on C programming | 568 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
ssarcandy/ini-cpp | A lightweight C++ library for parsing and generating INI configuration files | 37 |