/acloong

An easy-to-use C++ common library in Modern C++

Primary LanguageC++

acloong Build Status

An easy to use library in Modern C++

Introduction

  1. acloong is an easy to use common components library which is written in modern standard C++.

  2. All of the acloong codes based on C++11 right now,and it does not depends on any thirdparty library.

  3. Structure acloong
    |---README.md
    |---doc
    |---src
    |---sample
    |---test

  4. Road Map

    1. os tool module:
      a. command line arguments tool
      b. process management tool
      c. date and time tool
      d. file and folder system

    2. io module
      a. console
      b. file operate
      c. log

    3. container module
      a. list, linkedlist and arraylist
      b. map, hashmap and sortedmap, dict: we should resolve the issue that take too much cost when rehash a big table.
      c. queue
      d. stack
      e. hash set and sortedset
      f. bitmap

    4. mathematically
      a. math compute
      b. random
      c. matrix

    5. text
      a. text
      b. byte
      c. bytes
      d. decode and encode
      e. json
      f. serializer

    6. utility
      a. strkit and format
      b. conf
      c. design patterns

What's New

None

How to contribute

  1. fork this repository into your user account.
  2. clone your repository to your local.
  3. coding.
  4. push your local changes to remote.
  5. Request a Pull Requests to this repository.
  6. review and merge.

About author

name: Jovan Wong
email:kingchin1218@126.com

name: Tina
email:tinaqian@126.com