m1nhtu99-hoan9 / c-programming-a-modern-approachLinks
My solutions to the exercises in K. N. King's "C Programming: A Modern Approach", second edition.
☆17Updated 5 years ago
Alternatives and similar repositories for c-programming-a-modern-approach
Users that are interested in c-programming-a-modern-approach are comparing it to the libraries listed below
Sorting:
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- ☆61Updated 11 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆175Updated 6 years ago
- A C interpreter developed live on YouTube☆56Updated 2 years ago
- A collection of small C projects - usually a minimal example of something interesting☆47Updated 3 years ago
- Some of my notes, books, code listings for asembler studying. Enjoy!☆70Updated 2 years ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- A blazing fast, MT-safe, lockfree and branchless circular byte buffer for SPSC in 50 loc☆12Updated 4 months ago
- A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn'…☆74Updated 2 years ago
- clex is a simple lexer generator☆107Updated 4 months ago
- "When in doubt, use brute force." ― Kenneth Lane Thompson☆41Updated 5 years ago
- A simple memory allocator - Memory allocation 101☆307Updated 6 years ago
- Mathematics library for C and C++☆52Updated last year
- Data structures implemented in C☆21Updated 4 years ago
- Implement your own TCP IP Stack☆224Updated last week
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆40Updated last year
- ☆87Updated 2 years ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆73Updated 11 months ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 11 years ago
- C library to print nicely formatted tables☆29Updated 11 months ago
- C++ Book Companion Repository (With Code Examples and Exercises)☆120Updated 8 months ago
- Taking the C pre-processor to its limits☆31Updated 7 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- Allen Holub's Book 'Compiler Design In C' source code☆39Updated 9 years ago
- "Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail." ― Max Kanat-Alexander☆33Updated 3 years ago
- A lexical analyser for C, written in C.☆29Updated 9 years ago
- A LC3 virtual machine implementation in a few lines of C code☆388Updated 2 years ago
- Programming with POSIX Threads: David R. Butenhof☆89Updated 12 years ago
- huang's c compiler - a tiny C99 compiler.☆23Updated last year
- Command-line calculator☆78Updated last year