摘要: 1、在公共头文件includes.h(新建的)中: struct _Teststruct{ int a; int b }; extern _Teststruct teststruct; 2、在mainwindow.h中 struct _Teststruct teststruct; 3、在mainwi 阅读全文
posted @ 2017-08-14 19:25 朱小勇 阅读(756) 评论(0) 推荐(0) 编辑