LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 101|回复: 0

有关struct 中vector的初始化问题,请大侠帮忙,急急急急急!!!!!!!!

[复制链接]
发表于 2002-11-13 21:55:03 | 显示全部楼层 |阅读模式
#include<iostream>
#include<vector>
using namespace std;
class time{
   public:
          vector<int> a(3);
};
void main()
{
        time t;
        t.a[0]=1;
        t.a[1]=2;
        t.a[3]=3;
        cout<<t.a[1]<<endl;
}
以上代码问题,主要是struct中的vector,我不知如何初始化,但我不想用普通数组代替vector,请各位帮忙,谢谢。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表