黑马程序员技术交流社区

标题: 为什么会显示这个错误 [打印本页]

作者: sen    时间: 2014-5-29 19:49
标题: 为什么会显示这个错误
编译器显示:Variable has incomplete type ‘struct Date‘ 错误
  1. struct Date {
  2.         int year;
  3.         int month;
  4.         int day;
  5.     };
  6.    
  7.     struct Date d = {2001,9,1};
  8.     struct Date d2 = {.year = 2001,.day=1,.month = 9};
  9.    
复制代码




作者: 夏沫的黄昏′    时间: 2014-5-29 20:27
不支持这种初始化方法
作者: 永远不会贬值    时间: 2014-5-29 20:36
我运行了一下,没有错误




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2