-
-
[求助]大家帮看一下~
-
发表于: 2013-3-28 21:11 4278
-
最近看到个这样代码
#include "stdafx.h"
template<class Type>class Tree
{
public:
typedef Tree<Type> Node;
};
int _tmain(int argc, _TCHAR* argv[])
{
typedef Tree<int> INode;
INode _INode;
INode::Node _JNode;
return 0;
}
谁能告诉我_INode和_JNode有什么区别呢
#include "stdafx.h"
template<class Type>class Tree
{
public:
typedef Tree<Type> Node;
};
int _tmain(int argc, _TCHAR* argv[])
{
typedef Tree<int> INode;
INode _INode;
INode::Node _JNode;
return 0;
}
谁能告诉我_INode和_JNode有什么区别呢
赞赏
他的文章
- 求助一下C++11问题 3158
- [求助]大家帮看一下~ 4279
- [求助]一个struct大小的问题 4644
- [求助]保护DLL 4675
看原图
赞赏
雪币:
留言: