摘要: Qt下面,字符串都用QString,确实给开发者提供了方便。Qt再使用第三方开源库时,由于库的类型基本上都是标准的类型,字符串遇的多的就是Char*类型 Qt再使用第三方开源库时,由于库的类型基本上都是标准的类型,字符串遇的多的就是Char*类型 因为char*最后都有一个‘/0’作为结束符,而采用 阅读全文
posted @ 2016-08-11 17:56 JeffreyCheung 阅读(3435) 评论(0) 推荐(0)
摘要: #include <qmfcapp.h> #include <qwinwidget.h> #include <QtGui> #include <QtGui/QMessageBox> #include <windows.h> #include <QTextCodec> [cpp] view plain 阅读全文
posted @ 2016-08-11 16:22 JeffreyCheung 阅读(2247) 评论(0) 推荐(0)