C Boost 庫文件索引

2021-06-16 01:44:24 字數 741 閱讀 4002

3 boost中已廢除的庫

對一些庫的文件的其他可選檔案格式:

2.0 字串和文字處理( string and text processing)

2.1 容器(containers)

2.2 迭代器(iterators)

2.3 演算法( algorithms )

2.4 函式物件和高階程式設計(function objects and higher-order programming)

2.5 泛型程式設計(generic programming)

2.6 模板元程式設計(template metaprogramming )

2.7 預處理元程式設計(preprocessor metaprogramming)

2.8 併發程式設計(concurrent programming)

2.9 數學和數值計算(math and numerics)

2.10 糾錯和測試( correctness and testing)

2.11資料結構( data structures)

2.12 輸入/輸出(input/output)

2.13 跨語言支援(inter-language support)

2.14 記憶體(memory)

2.15解析( parsing )

2.16雜項( miscellaneous )

2.17 broken compiler workarounds

C Boost 庫文件索引

2.0 字串和文字處理 string and text processing 2.1 容器 containers 2.2 迭代器 iterators 2.3 演算法 algorithms 2.4 函式物件和高階程式設計 function objects and higher order progra...

C Boost庫學習之timer庫

1.timer庫概述 命名空間timer 計時器類中用到的格式 2.類cpu timer 類定義 使用例子 3.類auto cpu timer 類定義 使用例子 timer是乙個很小的庫,提供簡易的計時功能,對了解程式執行所需的時間在測試和生產環境中都很有用。舊版本的計時器已經被棄用了,取而代之的是...

C Boost 庫編譯技巧總結

fishing pan 這是很早之前的乙個工作了,當時需要修改和重新編譯其他實驗室的軟體的原始碼,所以需要自己編譯boost。因此對於如何編譯boost一點簡單了解,這裡分享給大家。我自己沒有使用它做開發哦!如果開發方面的求助,我就愛莫能助了!在這裡,我是採用vs2013進行編譯的。因為我需要的是x...