08.08.09

nice c libraries

Posted in Programming tagged at 10:50 am by zhouji

these c library turned out to be pretty easy to use

(in trying to convert a visual c++ project (winhttp, xmllite, jpeg)  to c++ in cygwin, using eclipse CDT)

http handling: libcrul http://curl.haxx.se/libcurl/

xml parsing: libxml2 http://xmlsoft.org/

(going to try jpeg library in cygwin)