- Learning Boost C++ Libraries
- Arindam Mukherjee
- 108字
- 2021-07-16 20:49:01
Self-test questions
- What are the different types of name layouts supported by Boost libraries?
a. Tagged, native, and mangled
b. Tagged, mangled, and versioned
c. Tagged, versioned, and system
d. Versioned, systems, and decorated
- Boost allows you to automatically link to necessary Boost libraries on Windows.
a. True
b. False
- What does the following filename tell you about the library?
boost_date_time-vc100-mt-gd-1_57.dll
Tick all that apply.
a. It is the DateTime library.
b. It is a thread-safe library.
c. It was built using g++.
d. It is not a debug library.
- What is the name layout of the following library?
libboost_exception-mt-gd.lib
a. Tagged
b. System
c. Versioned
d. Default
推薦閱讀
- 大學計算機基礎(第三版)
- C語言程序設計實踐教程(第2版)
- 程序員面試筆試寶典(第3版)
- Developing Mobile Web ArcGIS Applications
- Xamarin.Forms Projects
- 用Flutter極速構建原生應用
- 零基礎入門學習Python
- Android程序設計基礎
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Node.js從入門到精通
- 例解Python:Python編程快速入門踐行指南
- Parallel Programming with Python
- 前端程序員面試算法寶典
- Real-time Analytics with Storm and Cassandra
- 機器學習開發者指南