Duplicate of:
- What C++ open-source projects have good and clean code to learn from?
- excellent examples of real c/c++ code? Suggestions needed
- What are some examples of exceptional C++ open-source code?
I am learning C++ as a first language. I feel like I am about to hit a ceiling on my learning (I am not learning through a class) if I don't start looking at actual code soon. Here are my two main questions:
- Where can I find source code
- What is a good litmus test on code's quality (<-- I've obviously never developed in a work environment)
I hope this is relevant to SO, but I can see the need to close this. Thanks for the help.
Related: