摘要: Boost.Integer defines specialized for integers. 1. types for integers with number of bits output: 1 8 1 4 1 8 types such as boost::int8_t and boost::u 阅读全文
posted @ 2019-08-11 21:38 c++11 阅读(214) 评论(0) 推荐(0) 编辑
摘要: boost exception provides a new exception type, that lets you add data to an exception after it has been thrown. output: unction write_lots_of_zeros() 阅读全文
posted @ 2019-08-11 16:23 c++11 阅读(1242) 评论(0) 推荐(0) 编辑
摘要: boost::system::error_code is the most basic class in Boost.System; it represents operating system-specific errors. Because operating systems typically 阅读全文
posted @ 2019-08-11 15:48 c++11 阅读(1474) 评论(0) 推荐(0) 编辑