A collection of projects that use advanced/cool features of C and linux. This is a succesor to my C_Demos repo
- Example of Queues
- BrainF*ck interpereter
- Threads
- Custom memory allocator
- Inter-process comunication
To install source code run:
git clone https://github.com/GerogeJ100/Advanced_C.git
cd Advanced_C
To compile and run any project:
cd <Project Dir>
make dev