Learn C++ Programming Language
This project is maintained by cugwhp
为了方便大家使用Qt,我把Qt的下载,使用的资料附于此:
当然,你也可以选择其他适合自己的版本
Qt安装安装步骤参照https://blog.csdn.net/liang19890820/article/details/53931813#%E9%85%8D%E7%BD%AE-qt-creator
Qt使用有2种,一种是QtCreator,一种是VS插件,这两种方式各有优劣。
QtCreator的优势是轻便、开源免费; Set Qt MinGW
VS的优势是效率高,调试方便。具体设置见: Set Qt for VS