| File | Date | Author | Commit |
|---|---|---|---|
| cppfoundation | 2013-11-22 |
|
[c720f2] build |
| cpplibrary | 2013-11-22 |
|
[c720f2] build |
| projectdoc | 2013-10-16 |
|
[698013] modified todo |
| toolkit | 2013-07-13 |
|
[596926] tools to misc |
| COPYRIGHT | 2013-04-18 |
|
[984a93] move COPYRIGHT |
| README.md | 2013-05-31 |
|
[4541b4] modified readme |
A simple but powerful c++ project called "cppfastdevelop" (a.k.a. "cfd") which makes your develop fast. The "cfd" project include "cppfoundation" (a.k.a. "cf") and "cpplibrary" (a.k.a. "cl") projects.
WE PROVIDE:
1.A simple c++ classes-tree named "cf" which includes many classes frequently used.
For example, synchronization(between threads and between processes) , IPC , socket (tcp,unix-domain,udp)... These classes is the system-call wrapping,they DONOT include any framework or library. They're very helpful to develop your own library or framework.
2.A library repertory named "cl" which include many libraries c++ developer frequently used.
For example, we'll provide net library,circularqueue,logserver,simple log library,config,simple message queue, database access library,simple memory pool, crypto library and etc. We'll add other useful libraries later.
ATTENTION:
1.We'll never try to replace boost,poco,tbsys(tbnet) or any other c++ library.
The "cfd" project only helps you to develop more easily when using cplusplus and other libraries are complementary to the "cfd" project. It gives you some choices to choose libraries . You may use "cf" as the main foundation classes.
2."cfd" will be compatible with linux and bsd ( maybe also mac os x ,ibm aix and windows , if we have enough time to do that ).
3.We hope you to join us to make the project more perfect.
cfd project website(up-to-date):
https://bitbucket.org/dungeonsnd/cppfastdevelop
https://github.com/dungeonsnd/cppfastdevelop
other website(maybe not up-to-date):
https://code.google.com/p/cppfastdevelop/
https://sourceforge.net/projects/cppfastdevelop/
project sponsor: Jeffery
email: dungeonsnd@gmail.com