标题:关于结构体跟list之间的用法错误
只看楼主
maguic
Rank: 1
等 级:新手上路
帖 子:26
专家分:0
注 册:2007-6-3
 问题点数:0 回复次数:1 
关于结构体跟list之间的用法错误

小马 16:53:23
struct storage
{
string type;
int count;
// storage *next;
};

typedef list<storage> LISTORAGE;
typedef list<storage> STO;
小马 16:53:30
LISTORAGE::iterator j;
// pchange=base;
storage b={" ",1};
小马 16:53:37
error C2552: 'b' : non-aggregates cannot be initialized with initializer list

搜索更多相关主题的帖子: list 结构体 用法 
2007-11-03 16:55
high客
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2007-11-3
得分:0 
不懂~~~~~~~~~~~
2007-11-03 17:14



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-183202-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016007 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved