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

[求助]大家帮看一下~

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

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
点赞0
打赏
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回