C_and_CPP 版 (精华区)

发信人: seaboy (壳儿), 信区: C_and_CPP
标  题: Re: vector的实现?怎么先预定大小再往里放元素?
发信站: 哈工大紫丁香 (2003年10月23日22:07:10 星期四), 站内信件

或者使用back_insert也挺好使。
:)

【 在 SwordLea (飞刀李) 的大作中提到: 】
: string s;
: for (int i = 0 ; i < 65593 ; i ++)
: {
:     s = i;
:     ss.push_back(s);
: }
: 【 在 jackie (Jackie) 的大作中提到: 】
: : 有65593个字符串,想放入vector<string> ss(65593); 用cnt=-1 ss[++cnt]=输入的数据
: : 会出错。access violation


--
才知道   
原来
自己需要的是   
100万
份勇气。。。

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.239.104]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.496毫秒