Skip to content

Fun little project, turning AIC205 to a compact library, with C++ like behaviour. All in C99.

Notifications You must be signed in to change notification settings

graphXDoses/NitroInject_AIC205

Repository files navigation

AIC205 - Nitro Injected

Custom library built using AIC205 (Data Structures Lecture (DAI/UoM)) code resources as reference. The goal is to abstract as much of the verbose and redundant implementation of basic data structures like (Stacks, Queue etc.) while maintaining functionality intact. Also make it appear C++(ish), with class-like structures containing function pointers to unique function implementations that do not require object reference passed to them as a parameter. Code has to be compliant with ANSI C99.

About

Fun little project, turning AIC205 to a compact library, with C++ like behaviour. All in C99.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages