Plain framework is base with c++ smart framework for net applications(socket game or more).
- Author: Viticm
- Website: http://www.cnblogs.com/lianyue/
- Version: 2.0rc
Plain build in windows can use visual studio or cmake, in linux just use cmake, you can run command yum -y install cmake
installed.
Your can build the plain framework with this command.
make
The complete docs for Plain framework can be found at the docs in the /documentation
directory.
Plain framework was written by Viticm. Plain framework is released under the MIT License. See the LICENSE file for details.
NewAdd: Codes optimezed by c++11.