8000 GitHub - m-t-d-32/Action: A new C++ Library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

m-t-d-32/Action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action

Action 是一个全新的,开放源代码的 C++ 类库,它封装了包括 Integer 、 String 等在内的基本数据类型,以及部分容器类型。

  • ArrayList (动态数组)
  • LinkedList (链表)
  • Heap (优先队列)
  • BitSet (比特数组(用于存储比特位,节省内存))
  • Queue (队列)
  • Stack (栈)
  • Deque (双端队列)
  • HashSet (用哈希实现的集合)
  • HashMap (用哈希实现的字典)
  • TreeSet (用二叉树实现的集合)
  • TreeMap (用二叉树实现的字典)
  • Map和Set接口
  • 异常处理功能

其他

警告:本工程支持g++、Visual Studio编译,如果使用后者,请保证版本号不小于7(Visual Studio 2003)

请支持C++11,建议使用C++11标准进行编译。

Release中提供的二进制文件为Windows上Mingw或Linux上g++编译生成的二进制文件

About

A new C++ Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0