There are 5 repositories under c-project topic.
A program to 'nuke' storage devices.
🔌Curated collection of useful C Programming tutorials, snippets, and projects that you can understand in 30 seconds or less.
Convert any number system to other like Decimal, Binary, Octal, Hexadecimal.
Project starter template for building cross-platform applications in C using the Cosmopolitan toolchain
10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.
Skyscraper puzzle solver in C
Learn to code with C in your home :house: :face_with_thermometer: :mask:
Solving Challenges in C Programming repository, featuring over 100+ curated resources to boost your skills. Crafted by Mahendra Mahara, explore challenges, PDFs, and mini projects. Contribute, connect, and stay updated to excel in C programming. Embark on a journey of learning and mastery.
SecureBank es un proyecto académico que simula un sistema bancario concurrente en C, permitiendo operaciones como depósitos, retiros, transferencias y consultas de saldo. Está diseñado para manejar múltiples usuarios simultáneamente utilizando procesos, hilos, semáforos y comunicación entre procesos en Linux.
Phonebook Management System in the C programming language is a software application that allows users to store, organize and manage large numbers of contact records efficiently. The system is designed to have functions such as adding, updating, viewing, listing and deleting contacts.
A Library Management System coded in C to improve understanding on the concepts on File management, record entry, modification, deletion
C Projects
KBC game implemented with C programming.
C for Web is a simple framework for developing Web Applications using C. It supports basic routing and request / response mechanism.
SE-133 Software Development Capstone Project by C/C++
GUI Based Scientific Calculator in C.
Compiler for my own programming language (in progress...)
libft is a C library reimplementing core functions for memory, strings, characters, and lists.
I've always wondered how VMs worked and I also wanted to learn C so I decided to implement my own VM in C
Watchdog is a minimal and thread safe C library for tracking memory allocations, reallocations, and frees to detect memory leaks, buffer overflows, and double frees.
Regular Expression Parser coded in C programming language.
This project reimplements printf in C, handling formatted output with custom support for various specifiers.
This project is a simple file management app for creating, deleting, listing, and viewing files.
Simple school management system in c. Developed as project in :nepal:
A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practical examples.
It's a chatting system implemented in C - Programming Language by using TCP-Socket programming. In this project multiple Client can send and receive message between each other until they are connected to the Server. Clients can use multiple commands and command format provided by the server to communicate with the server and other clients.
The rules of our game are simple. You start with 21 sticks, and two players take turns picking up 1, 2, 3, or 4 sticks. The player who takes the last stick loses.
Library Management System is specially designed for purpose of adding book’s records in a library. The system elaborates the basic concept for storing and generating the book’s detail.
The Cub3d project is a 3D maze game that teaches basics of graphics, user interaction, collisions, and 3D game mechanics.
The Minitalk project enables client-server communication on Unix systems using signals, teaching signal handling and IPC basics.
The So_long project is a 2D maze game to learn basics of graphics, collisions, and events.