I'd like to study some good c/c++ code. The code should:
- be good in style and structure, presenting best practices
- be a real life program (not an example or toy)
- not too big so it doesn't takes ages to analyse it
- Windows and/or Unix
I know there are 1000s of open source projects out there. But I'd like to hear your suggestions.
I am Java programmer and I am curious how good project in c/c++ is structured (files), granularity of classes/functions/files, documentation/comments, build tools etc.
Multiple suggestions are welcomed e.g. this is good windows example, that is good pure C etc.