An easy to use library in Modern C++
-
acloong
is an easy to use common components library which is written in modern standard C++. -
All of the
acloong
codes based on C++11 right now,and it does not depends on any thirdparty library. -
Structure acloong
|---README.md
|---doc
|---src
|---sample
|---test -
Road Map
-
os tool module:
a. command line arguments tool
b. process management tool
c. date and time tool
d. file and folder system -
io module
a. console
b. file operate
c. log -
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 -
mathematically
a. math compute
b. random
c. matrix -
text
a. text
b. byte
c. bytes
d. decode and encode
e. json
f. serializer -
utility
a. strkit and format
b. conf
c. design patterns
-
None
fork
this repository into your user account.clone
your repository to your local.- coding.
push
your local changes to remote.- Request a
Pull Requests
to this repository. review
and merge.
name: Jovan Wong
email:kingchin1218@126.com
name: Tina
email:tinaqian@126.com