Does anyone know of a good C++ framework for Windows? I don’t need it for GUI, but for some kind of a WINAPI C++ wrapper. I don’t like MFC, and ATL is quite limited. These possibilities are nice, but its not wrapped enough, and in the end I always find wrap WINAPI myself.
Does anyone know of a good framework?
For the most important non-GUI API tasks (files, network, threading),
boostdoes a pretty good job.