首页 > 用户发贴区 > 编程问题提问区 > 请问高手"typedef struct nodetype *nodeptr是何义?
2007
03-03

请问高手"typedef struct nodetype *nodeptr是何义?

请问高手”typedef struct nodetype *nodeptr”这个定义是什么意思啊?[em18]


后面跟有这样的代码:


typedef struct nodetype *nodeptr;


struct celltype {
        nodeptr last;
        nodeptr first;
  };



求各位高手指教!


请问高手"typedef struct nodetype *nodeptr是何义?》有 1 条评论

  1. VC爱好者 说:

    你理解了typedef 的意义.就明白你的问题了,看下面的链接,学习typedef的用法

    http://www.vcgood.com/forum_posts.asp?TID=1553&PN=1&TPN=1

留下一个回复