Tagged Questions
-1
votes
1answer
122 views
What are some books that explain low level stuff like com interfaces, dll injection etc? [closed]
What are some books that explain low level stuff like com interfaces, dll injection etc? Basically low level windows programming. Searching on amazon gives me hacking books/10+ year old books which is ...
6
votes
4answers
1k views
Dependency injection ; good practices to reduce boilerplate code
I have a simple question, and I'm not even sure it has an answer but let's try.
I'm coding in C++, and using dependancy injection to avoid global state. This works quite well, and I don't run in ...