由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 大家帮忙看看是什么问题
相关主题
一个关于methodology的问题sizeof()的问题
gcc -O是不是题出错了?
c++ typedef 一问intel icc hash_map 求救!
how to initialize this struct.STL感觉实在太变态了
为啥有人喜欢把_s结尾的结构typedef成_t结尾的,有讲究么?关于typedef的一个问题
about typedefsgi stl 源代码一问
如何使用这个template?请教函数 INIT 怎么能free memory
Why the number is not exact in C++difference between FILE and struct FILE
相关话题的讨论汇总
话题: typedef话题: std话题: ty
进入Programming版参与讨论
1 (共1页)
u**********e
发帖数: 282
1
好久没用C++了,都忘光了。
大家帮忙解释一下下面ERROR是怎么回事
1.1 typedef std::wstring TLogicalIdentity;
1.1 typedef std::pair TLogicalKey;
1.1 typedef std::pair TExternalData;
1.1 typedef std::vector TEntryList;
1.1 typedef std::map TPerIdentityStatus;
1.1 typedef std::map
TIdentityStatus;
gcc3.4.5
In file included from ../../../DevTests/AssociativeCont
t****t
发帖数: 6806
2
程序也没有,问也白问

【在 u**********e 的大作中提到】
: 好久没用C++了,都忘光了。
: 大家帮忙解释一下下面ERROR是怎么回事
: 1.1 typedef std::wstring TLogicalIdentity;
: 1.1 typedef std::pair TLogicalKey;
: 1.1 typedef std::pair TExternalData;
: 1.1 typedef std::vector TEntryList;
: 1.1 typedef std::map TPerIdentityStatus;
: 1.1 typedef std::map
: TIdentityStatus;
: gcc3.4.5

1 (共1页)
进入Programming版参与讨论
相关主题
difference between FILE and struct FILE为啥有人喜欢把_s结尾的结构typedef成_t结尾的,有讲究么?
请问可以这样定义struct吗?about typedef
c++ template question:如何使用这个template?
Question: Given a pointer to a functionWhy the number is not exact in C++
一个关于methodology的问题sizeof()的问题
gcc -O是不是题出错了?
c++ typedef 一问intel icc hash_map 求救!
how to initialize this struct.STL感觉实在太变态了
相关话题的讨论汇总
话题: typedef话题: std话题: ty