- 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
推薦閱讀
- Advanced Machine Learning with Python
- 玩轉Scratch少兒趣味編程
- Getting Started with Hazelcast(Second Edition)
- Spring Boot+Vue全棧開發實戰
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Clean Code in C#
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- 微課學人工智能Python編程
- JavaScript機器人編程指南
- 測試架構師修煉之道:從測試工程師到測試架構師
- Learning Grunt
- Greenplum構建實時數據倉庫實踐
- C語言程序設計
- Hands-On ROS for Robotics Programming
- 前端程序員面試筆試真題與解析