Re: In C++ programming, what librarys or frameworks are you using?
CppNewer wrote:
> Or most peopel use the OS' API directly? or everyone made own series
> of library such as Socket, Thread API.
POSIX and Qt4.
You know what I would love? A great big honkin' printed tutorial on the
parts of Boost that could replace direct calls to POSIX. I would
particularly like portable access to the local file-system and to the
network, and portable concurrency. I'm aware that Boost provides these
libraries, but what I really want is an Addison-Wesley Professional
hardcover showing me how to use them. I guess that book won't exist
until TR2 makes it into C++1x.
|