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.
I'm currently using:
- wxWidgets (big difference to what I was used to, with the sizer
concept, but worth a look) with wxFormBuilder
- boost::thread
- winsock2 (supposed to be compatible to sockets-library under linux)
- xerces-c (domxml parsing)
all of this with Eclipse CDT & Cygwin, thinking about "migrating" to
MinGW though, for not needing cygwin1.dll or similar.
Best Regards,
Lars
|