
Dependency Injection in C++ isn’t possible?

Starting up a new project called Cube a Libre I was confronted with no cool dependency injection framework in C++ like the famous Spring Framework in Java. I tested some of them: pococapsule, autumnframework and qtioccontainer. No one was acceptable (dependency to java(!), 6 years old, too complicated. So I started a new experiment: Is […]
Full Story »