摘要: //program 13.5.1.cpp 可变长动态数组类 /* (1)数组的元素个数可以在初始化该对象的时候指定。 (2)可以动态往数组中添加元素。 (3)使用该类的时候不用操心动态内存分配、释放问题 (4)能够像使用数组那样来使用动态数组类对象,如可以通过下标来访问其元素。*/ #include 阅读全文
posted @ 2024-07-20 22:48 xuchaoxin1375 阅读(37) 评论(0) 推荐(0)
摘要: 文章目录 reference document大纲go to symbol in editor在工作空间内搜索并定位标识符 reference document Code Navigation in Visual Studio Code # (go-to-symbol) Quick file nav 阅读全文
posted @ 2024-07-20 02:39 xuchaoxin1375 阅读(42) 评论(0) 推荐(0)