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系统编程的最少示例。 尽可能使用断言。 酷第三方库和构建系统的世界。 备忘单,教程和小型项目。
618 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 |
---|---|---|
| A C++ program that gathers information about the system and displays it in a graphical format. | 18 |
| Convenient unit testing framework for the C programming language | 170 |
| A curated collection of resources and tutorials for learning Modern C++ | 324 |
| A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development | 1,709 |
| A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. | 169 |
| Sample code implementations from a Windows 10 System Programming book | 413 |
| MPI programming lessons in C and executable code examples | 2,210 |
| A comprehensive systems programming cheat sheet for x86-64 Linux systems, covering key concepts and information specific to the platform. | 364 |
| Compares performance of various data serialization libraries in C++ | 731 |
| C++ implementations of algorithms and data structures | 514 |
| A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 585 |
| A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
| Solutions to exercises in K&R book on C programming | 566 |
| A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
| A lightweight C++ library for parsing and generating INI configuration files | 38 |