2020年2月20日

Qt Creator调试命令行参数

摘要: Qt Creator是开发Qt程序官方推荐的IDE,当然也可以使用VS来开发,对于习惯于VS环境的人来说,需要慢慢熟悉这个IDE。有时候程序需要传入命令行参数来解析,如: 1 int main(int argc, char *argv[]) { 2 bool badState = false; 3 阅读全文

posted @ 2020-02-20 12:08 我来乔23 阅读(2176) 评论(0) 推荐(1)

qt编译错误:invalid new-expression of abstract class type "*"

摘要: 编译qt程序中出现了编译错误:invalid new-expression of abstract class type “*” 1 class dx_iface : public DRW_Interface { 2 public: 3 dx_iface(){dxfW = NULL;} 4 ~dx_ 阅读全文

posted @ 2020-02-20 11:48 我来乔23 阅读(2516) 评论(0) 推荐(0)

导航