C++
IcebergKevin
The riskiest thing is to take no risks.
展开
-
C++ 利用STL中vector实现通讯录功能Console
#include #include #include #include using namespace std; struct TXL { char NAME[8]; char GENDER; char TEL[7]; char CITY[30]; char EIP[7]; }; vectorss; inline void pause() { char ch; c原创 2014-02-08 00:13:37 · 2837 阅读 · 0 评论 -
STL之Vector
STL之Vector,翻译原创 2015-02-03 17:47:52 · 454 阅读 · 0 评论