42_CheatSheet
C programming guide
A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development
A comprehensive guide to 50 years of evolution of strict C programming, a tribute to Dennis Ritchie's language
2k stars
35 watching
138 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
4242born2code42fremont42madrid42paris42school42seoul42tokyobitwiselearningschoolsdl2simd
Related projects:
Repository | Description | Stars |
---|---|---|
iwasrobbed/objective-c-cheatsheet | A concise reference guide to high-level topics in Objective-C programming | 1,342 |
ccpalettes/the-c-programming-language-second-edition-solutions | Solutions to exercises in K&R book on C programming | 568 |
avocarrot/ios-cheatsheet | A reference guide for iOS developers providing a quick reference to Objective-C basics and Foundation framework classes. | 294 |
hairrrrr/c-crashcourse | A comprehensive resource for learning C language fundamentals and advanced topics through tutorials, coding examples, and exercises. | 1,089 |
hexagon5un/avr-programming | Code examples and resources for learning AVR programming with C | 753 |
mcinglis/c-style | A guide to best practices for writing readable, maintainable C code | 2,001 |
robotsandpencils/objective-c-style-guide | A coding style guide for Objective-C programming language | 101 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 747 |
jeaye/value-category-cheatsheet | A practical reference for everyday C++ developers on value categories and pitfalls in C++14 | 405 |
cirosantilli/cpp-cheat | A collection of minimal examples and tutorials for system programming in C, C++, POSIX, and Linux | 614 |
carols10cents/intro-to-rust | Educational slides on Rust programming language basics, focusing on the guessing game tutorial and ownership concepts | 8 |
markeissler/wonderful-objective-c-style-guide | A comprehensive Objective-C coding style guide for maintaining consistency and readability in OSX and iOS codebases. | 67 |
kodecocodes/c-sharp-style-guide | A C# style guide focused on readability and simplicity, particularly tailored for Unity game development. | 496 |
shafik/determine_c_or_cpp | Compares C and C++ language features to determine their type and behavior | 197 |
jstrieb/systems-programming-cheat-sheet | A concise systems programming guide covering key concepts and behaviors specific to x86-64 Unix systems | 364 |