Basic-CPP Code
Status: Pre-Alpha
Brought to you by:
shoutrain
File | Date | Author | Commit |
---|---|---|---|
include | 2010-11-02 | shoutrain | [r17] Now basic-cpp can work well on linux |
src | 2011-07-01 | shoutrain | [r20] |
test | 2012-08-31 | shoutrain | [r23] Added projected files to support Visual C++ 201... |
Makefile | 2012-08-28 | shoutrain | [r21] gtest has been changed from 1.5 to 1.6 |
README | 2012-08-28 | shoutrain | [r22] Change windows IDE from vs 2008 to vs 2010 |
basic-cpp.sln | 2012-08-28 | shoutrain | [r22] Change windows IDE from vs 2008 to vs 2010 |
basic-cpp.vcproj | 2010-11-01 | shoutrain | [r16] Change the project property |
basic-cpp.vcxproj | 2012-08-31 | shoutrain | [r23] Added projected files to support Visual C++ 201... |
README On Linux: ========= 0. Please update gtest path in test/Makefile 1. Compile libbasic.so make clean make 2. Compile basic-cpp-test cd test make clean make 3. Run basic-cpp-test cd test LD_LIBRARY_PATH=../ ./basic-cpp-test On Windows: ========= 0. Windows 7, Visual C++ 2010 Express, GTest 1.6.0 1. Using Visual C++ 2010 to open basic-cpp.sln 2. Please change the path of gtest 3. Complile basic-cpp first 4. Complile basic-cpp-test