mmischitelli / NativeContainer

Simple C++ implementation of a dependency injection container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeContainer

Simple C++ implementation of a dependency injection container as seen on my blog post.

Instructions

The tests need Boost to run. After having downloaded and unzipped Boost somewhere on your drive, clone my repo. Open the solution and modify the NativeContainerTests project by adding the Boost folder in the C++ include directories.

About

Simple C++ implementation of a dependency injection container

License:MIT License


Languages

Language:C++ 92.4%Language:CMake 6.3%Language:C 1.3%