《boost程序库完全开发指南》读书笔记

第一章:安装,使用方法

第二章:时间日期timer库,progress_timer,progress_display,date_time

第三章:内存管理,智能指针smart_ptr库,scoped_ptr,scoped_array,shared_ptr,shared_array,weak_ptr,intrusive_ptr,pool内存池,object_pool,singleton_pool

第四章:实用关键字工具,noncopyable,ignore_unused,optional,assign,swap,singleton,tribool,operators,exception,uuid,config,utility.

第五章:字符串文本处理,lexical_cast,format,string_ref,string_algo,tokenizer,xpressive

第六章:测试,assert,static_assert,lightweight_test,test库

第七章:容器,array,dynamic_bitset,unordered,bimap,circular_buffer,tuple,any,variant,multi_array,property_tree

第八章:算法,foreach,minmax,minmax_element,algorithm(clamp,clamp_range,hex,unhex)

你可能感兴趣的:(编程语言,c++)