Are there any relatively-simple open source projects that are written in C++?

Posted by gh_1qaz@reddit | learnprogramming | View on Reddit | 13 comments

Hi. I'm currently learning C++ and I almost finish learning grammar of it for the first time. The language is pretty challenging to me as there are a lot of types/concepts that are new for me, and since I don't have the faintest idea why those are useful, I would like to read the actual code that primarily use C++. I tried to look up some codes myself, but most of the projects I was able to find just by simple googling were too hard for me as those used multiple files and I couldn't even figure out where to start.

So, my question is, do you happen to know any open source projects that have relatively simple structures that are easy to understand? Thanks in advance!