http://bbs.csdn.net/topics/390299079
Some time ago interested in research Sina micro-blog C + + interface. There are oauth1.0 and oauth2.0.1.0 of them have not been supported, so use 0.2. The address is here.
It was found to be using vs2008, and the tool I used was vs2010, not converted (I don't know why, oauth1.0 can be converted to vs2010). Look at its structural design that supports cross-platform, so you want to organize it again in my previous Cross-platform organization. Therefore, we have the following items (tested Win+linux normal).
Tools: Gcc,codeblocks,libcurl,cppunit,boost,jsoncpp
Features: cross-platform (Win+linux)
Instructions: self-examination Sina Micro Blog SDK documentation.
SVN source code: http://sinaweibosdk-cb.googlecode.com/svn/trunk/. Checkout the URL on the line (no use of SVN last first Baidu, Google)
Project Organization Description:
I have experience in cross platform project organization
The win platform uses the old Deng Green version of Codeblocks, which upgrades Codeblocks (night build) and GCC upgrades to version 4.7.0. All kinds of libraries are compiled into static libraries.
The Linux platform is also compiled into a static library of various libraries.
People who want to have the same experience to communicate together.