Projects with this topic
-
A curated collection of C programming exercises, examples, and mini‑projects aimed at mastering the core language fundamentals. Topics include memory management, pointers, data structures, algorithms, systems programming, and problem‑solving patterns. This repository is intended as a practical learning path for developers advancing toward expert‑level C proficiency.
UpdatedUpdated -
High-Precision Decimal Arithmetic Library in C | C11 | 2025 September — Custom 128-bit decimal library for financial calculations—exact arithmetic, bank rounding, and full test coverage to eliminate floating-point errors.
Updated -
My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.
Updated -
Some utility functions to work more easily with Go pointers
Updated -
This project contains some codes that demonstrates the usage of pointers in C++.
Updated -
My own implementation of C's malloc and free functions.
Updated -
A command line interface for a library management system, to help manage students and books.
Check ReadMe for more details.
Updated -
Write a program to process source code files of C-like programming languages by: 1.removing all comments from a source code 2.checking that all brackets in the source code have a matching open/close bracket
Check ReadMe for more details and example
Updated -
Pointers.NET is a library intended to give the ability to work with unsafe code to languages that lack built in facilities to do so.
Updated