Open source project for c++ developer?

后端 未结 14 764
深忆病人
深忆病人 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:58

    Well I think there is a lot of interesting opensource projects using c++. Boost is the first project one can think about. It is a library, but very well written, so you will learn a lot. If you want something more fun you can try something like a game engine like Ogre3D. If you want to participate in a project with Qt bindings, I suggest projects related to KDE as they mainly use Qt, AFAIK.

    Boost

    Ogre3D

提交回复
热议问题