1)什么是结构类型啊?不是很理解2)typedef int DataType是不是定义一个数据类型的啊那typedef int DataType是定义什么类型的数据啊
[此贴子已经被作者于2007-3-16 18:47:05编辑过]
[此贴子已经被作者于2007-3-16 13:38:19编辑过]
恩,我如何调用里面的iNum,ILength两个变量?
#include <stdio.h>main(){ int a=8,c;struct tagMystruct{ int iNum; long ILength;}
AAA.ILength=a; c=AAA.ILength; printf("%d",c); }运行,错误