c-project
There are 117 repositories under c-project topic.
jithin-renji/Nuke
A program to 'nuke' storage devices.
fredsiika/30-seconds-of-c
🔌Curated collection of useful C Programming tutorials, snippets, and projects that you can understand in 30 seconds or less.
Alkaison/Number-System-Converter
Convert any number system to other like Decimal, Binary, Octal, Hexadecimal.
ValentineFernandes/Bank-Management-System
This is a C project.
LeeSinLiang/C-Skysrcaper-Puzzle
Skyscraper puzzle solver in C
1995parham-teaching/TanhaDarKhaneh
Learn to code with C in your home :house: :face_with_thermometer: :mask:
Alkaison/Projects-in-C
10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.
Alkaison/Phonebook-Management-System
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.
Alkaison/Library-Management-System
A Library Management System coded in C to improve understanding on the concepts on File management, record entry, modification, deletion
aydinnyunus/CProjects
C Projects
Trevohack/R0DDY
A ring0 Loadable Kernel Module (Linux) to log all commnds run on the system.
arman-bd/c4web
C for Web is a simple framework for developing Web Applications using C. It supports basic routing and request / response mechanism.
ihsonnet/Online-Voting-System-or-CR-Election-System
SE-133 Software Development Capstone Project by C/C++
melttt/os_2
toy os--x86 kernel
shah-deep/Who-wants-to-be-a-Millionaire
KBC game implemented with C programming.
aminkhani/C
Cpp/C Tutorials, Exercise and PDF
jakekgrog/EduVM
I've always wondered how VMs worked and I also wanted to learn C so I decided to implement my own VM in C
Rajat-dey/Scientific-Calculator
GUI Based Scientific Calculator in C.
SonawaneAshwini/CProgrammingProjects
A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practical examples.
Alkaison/Matchstick-Game
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.
mahendramahara/Solving-Challenges-C
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.
ashiqurrahmananik/Structured-Programming-CSE105-Project
First Project of My University Life
diwacreation3/sms
Simple school management system in c. Developed as project in :nepal:
HartzFrequency/Unit-conversion
The "Unit Conversion" repository on GitHub which simplifies converting between different units of measurement. Its c scripts convert units like length, mass, temperature, and time accurately, regardless of system. Examples include km to miles and Celsius to Fahrenheit.
itsYakub/Soft
Simple 2D Real-Time Graphics Library
migueltc13/project-li3
Data-parsing program for reading and interpreting csv files using efficient modular design within Computer Labs III environment.
naemazam/Library-Management-System
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.
Phantom-fs/Projects
Projects with multiple different concepts and usages
Weijingmin2000/STOCK
Jingmin Wei & Shumin Deng's Stock Exchange Software
akshayxemo/TCP-Client-Server-Socket
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.
BilalGns/C-Examples
C language examples
jrTilak/C-Games
"C Games" is a collection of interactive games. It also includes features like user account creation, login, game history tracking.
lawalTheWest/alx-low_level_programming
Low-level programming is at the heart of system software development, device drivers, embedded systems, and more. we explore concepts like memory management, assembly language, and hardware interaction.
Xenoids/C-Battleship-game
Unfinished battleship game project using C programming language
zhengliw/bf-compiler
Work in progress as always