摘要:
9.3 Precompiled Headers 9.3 预编译头文件 Even without templates, C++ header files can become very large and therefore take a long time to compile. Templates 阅读全文
posted @ 2020-05-22 21:08 浅墨浓香 阅读(444) 评论(1) 推荐(0) 编辑
|
||
摘要:
9.3 Precompiled Headers 9.3 预编译头文件 Even without templates, C++ header files can become very large and therefore take a long time to compile. Templates 阅读全文
posted @ 2020-05-22 21:08 浅墨浓香 阅读(444) 评论(1) 推荐(0) 编辑
摘要:
9.2 Templates and inline 9.2 模板和内联 Declaring functions to be inline is a common tool to improve the running time of programs. The inline specifier was 阅读全文
posted @ 2020-05-22 21:04 浅墨浓香 阅读(266) 评论(0) 推荐(0) 编辑 |
||