1. 首页
  2. 编程语言
  3. C++ 
  4. vector的简单使用示例

vector的简单使用示例

上传者: 2020-08-08 18:18:32上传 RAR文件 308.47KB 热度 18次
typedef struct { char name[10]; int advtg; int c_revenue; int d_revenue; } T_Choice; typedef vector CtnrChoice; typedef CtnrChoice::iterator ItrtChoice; CtnrChoice ctnrChoice; int c_revenue = 0; void InputRevenueTable() { T_Choice choice1 = {"Event1", D_ADVTG, 3, 2}; T_Choice cho
下载地址
用户评论