首页
社区
课程
招聘
[求助]大家帮看一下~
发表于: 2013-3-28 21:11 4303

[求助]大家帮看一下~

2013-3-28 21:11
4303
最近看到个这样代码
#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有什么区别呢

[注意]APP应用上架合规检测服务,协助应用顺利上架!

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
// // 统计代码