Open source project for c++ developer?

后端 未结 14 795
深忆病人
深忆病人 2020-12-22 18:32

I am a vc++ developer (but like Qt) interested in learning from open source project by contributing and reading the code. I use windows as primary development platform. Whic

14条回答
  •  遥遥无期
    2020-12-22 18:53

    wxWidgets is better for c++ developers who has knowledge about MFC and Windows. Qt uses MOC compilers to generate c++ code. In wxWidgets you have full control of your code.

提交回复
热议问题