- 博客(2)
- 收藏
- 关注
转载 关于使用迭代器删除的问题
#include<iostream> #include<vector> usingnamespacestd; intmain() { vector<int>v; inti=0; while(true){ ...
2015-07-10 14:16:00
122
转载 宏的粘粘符号的使用
#defineSTRUCT(type)typedefstruct_stru_##typetype;\ struct_stru_##type STRUCT(Node) { intiData; Node*next; }; 借鉴的宏粘粘符号的使用。 简化C语言结构体定义。...
2015-07-07 09:24:00
253
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅