oop-in-c
There are 21 repositories under oop-in-c topic.
QuantumLeaps/OOP-in-C
Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.
a-p-jo/allocator
Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
sjohann81/c-classes
Object-oriented programming (OOP) in pure C
a-p-jo/ll
Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more.
yorevs/ccompass
This is a C-ANSI style framework to program in C like C++
araujo88/oop-example-c
Object-oriented programming example in C
Yang-Pi/Pure-Cpp
Learn base and modern things of C++ and OOP [SPbSTU OOP C++ course 2019]
ArslanArdavic/CMPE322-Project3
Multithreaded Prepayment System Application
malikalhack/Queue_Stack_OOP_C
A project to teach the basics of data structures with the implementation of the object-oriented programming paradigm in C.
malikalhack/Vector
A project to teach the basics of a data container implemented in the paradigm of object-oriented programming in the C.
novrain/SL-0x028B
SL-0x028B
ScSofts/Caster
Enable C struct to have member function by using asmjit.
ConquerLP/std_lib
A standard libary for the C programming language with objects.
malikalhack/OOP_in_C
Project on teaching the basics of object-oriented programming, implemented in C. The solution contains three projects, each describing one of the principles of OOP.
xeland314/objects-in-C
Objects in C: Strings, wchar_t, colors...
cssbreno/basic-C
Exercícios feitos em curso básico de Introdução a Linguagem C
eyupatici1/OOP-with-C
This assingment project demonstrates how to use inheritance, abstraction and polymorphism in C language with the help of structs