c-cpp
There are 56 repositories under c-cpp topic.
admtrv/objcurses
ncurses 3d object viewer
KaThorsten/myScite
yet another Scintilla/SciTE Fork. Seriously.
wuliuxiansheng/Emacs_Configuration
Emacs Configuration Using Purcell's Structure
proffapt/code-runner
Implementation of code-runner in bash for compiling code files and executing them with one and only command
tinyBigGAMES/JetInfero
Local LLM Inference Library
Grow-with-Open-Source/C-CPP-Projects
An open-source repo designed to help beginners and intermediate developers learn open-source contributions and gain experience for larger projects.
embeddedcrab/stm32mp1_multicore_comm
Projects done on STM32MP157C-DK2 Kit. Communication between Multiple Cores in mutithreaded environment using C/C++.
MetinSAYGIN/BlackForge
LLVM-based obfuscation with comparison
quanser/hil_sdk_macos
The Quanser HIL SDK for the macOS operating system.
adverseengineer/Dungeon-Delve-Advance
A top-down roguelike made for GBA Jam 2021
david-palma/cuda-programming
Educational CUDA C/C++ programming repository with commented examples on GPU parallel computing, matrix operations, and performance profiling. Requires a CUDA-enabled NVIDIA GPU.
fededc88/apipc
API to use the IPC_Driver lib for Texas Instruments TMS320C28x cores.
lobophf/aimt
array index mapping tool for C language
chautruonglong/Multiplication-With-N-The-Large-Numbers
MULTIPLICATION WITH N THE LARGE NUMBERS
jaimin1618/three-omni-wheel-vehicle-control
A 3-omni wheel vehicle equipped with a PID control system for precise directional navigation, controllable through both a PS3 controller and the MIT Android app.
Liebranca/bitter
GNU weapon of mass-destruction
TimGoll/MCP4725
A C-based library for the MCP4725 external DAC on stm32 MCUs
adverseengineer/Kraken-ROV
A remotely-operated aquatic vehicle (ROV) that was used to compete at the 2023 MATE ROV World Championship
ashnaider/c-cpp-template
c/cpp project template with Makefile, with automatic dependency building of .h and .cpp files!
Dian-Lazarov/University-Assignments
This repository contains all of my programming assignments from university.
embeddedcrab/XMC4500_RelaxKit_CPP
This repo contains C++ version of DAVE generated code for Peripherals with modified/added functionalities for XMC4500 Relax Kit
fededc88/circular_buffer
A general purpose circular buffer implementation.
icoder-new/brainfuck
Simple interpreter brainfuck on Cpp! And bf2c (brainfuck to C converter) on C!
Tushar1805/coding_roadmap
This repository will help you practice numerous types of problems from beginner level to intermediate level. It also contains solved problems from platforms like LeetCode, gfg and HackerRank.
Umer-Farooq-CS/MNIST-Classification
The MNIST classification problem is a fundamental machine learning task that involves recognizing handwritten digits (0- 9) from a dataset of 70,000 grayscale images (28x28 pixels each). It serves as a benchmark for evaluating machine learning models, particularly neural networks.
winterrdog/sockets-check
A small client-server setup i wrote up quick for practice. Used sockets API for Linux
yusufarsln98/GTU-ExplorerHub
This repository includes homeworks, labs and projects that I did/will do during my education at Gebze Technical University.
shivendrra/micrograd.c
kaprathy's micrograd implemented in c & cpp
bgv99/vecc
A Vector Implementation in C
BrenoFariasdaSilva/Master-UTFPR
Repository containing a collection of exercises from various subjects in my Master's program.
LuongHuuPhuc/LibBuild_techC
How static & dynamic/shared library in C/C++ work
mentallout/ITMO-CT
All my projects and coursework from studying CS M3*33 at ITMO University
NicolasRaf/EmbarcaTech
Codes, projects and exercises for the EmbarcaTech course held at IFPI
ShaiyaJ/seqd
A header-only C library for displaying ANSI escape sequences in the terminal.
shivendrra/tqdm.c
python's tqdm library for c/c++ codebases