09 2024 档案

摘要:intro 在vim的入门介绍中,明确说明了vim是一个"文本编辑器"(text editor)而不是一个程序编辑器,和C/C++的预处理(preprocessor)一样,vim本身并不理解程序的结构。 Introduction intro Vim stands for Vi IMproved. I 阅读全文

posted @ 2024-09-23 21:03 tsecer 阅读(511) 评论(0) 推荐(0)

摘要:intro 在使用模板声明中,有一个经典的问题就是如何区分模板声明中的">>"是右移操作符还是一个模板声明的结束标志。好在新的C++标准削弱了这个很强的限制,而是允许reasonable的、根据上下文对符号进行不同的解析。 C++11 improves the specification of th 阅读全文

posted @ 2024-09-07 16:28 tsecer 阅读(52) 评论(0) 推荐(0)

导航