Giter Site home page Giter Site logo

kuafu's Introduction

中文说明

This is a tool library for quickly building C++ programs.

A. is currently version 0.1.1 and supports the following features:

 1. Use C++11 standard;
 2. On the basis of log4cplus has been further packaged to simplify the log function;
 3. To provide a simple universal finite state machine implementation;

B. Compile:

 Dependent library:
     1.1 c++11;
     1.2 log4cplus;

 Build:
     2.1 use cmake system;
     2.2 Currently compiled Debug version and Release version:
         2.2.1 create a new build directory in the source code directory;
         2.2.2 Debug compilation: Enter the build directory and execute cmake -DCMAKE_BUILD_TYPE=Debug ../;
         2.2.3 Release compilation: Go to the build directory and execute cmake -DCMAKE_BUILD_TYPE=Release ../;
         2.2.4 Executing the make Command
     2.3 Test;
         2.3.1 provides the corresponding test instance in the examples directory;

kuafu's People

Contributors

davidliuxh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.