菜鸟求助,一个关于结构的问题!
struct {
.
.
.
}test;
test s1,s2;
typedef struct{
.
.
.
}test;
test s1,s2;
以上2种结构变量的声明可不可以,有什么区别,希望大虾们指点下,十分感谢!
struct {
.
.
.
}test;
test s1,s2;
typedef struct{
.
.
.
}test;
test s1,s2;
以上2种结构变量的声明可不可以,有什么区别,希望大虾们指点下,十分感谢!
搜索更多相关主题的帖子:
结构





2008-8-26 10:34


