Coding Style will be different from one project to other as usually they've set of guidelines and design principle for the project. I suggest you to go some sites, like codeproject.com and see the small open source projects out there. If you still need high quality code, I'd suggest you to go for some famous code like
- Filezilla
- Notepad++
- Google Chrome
- Mozilla Firefox.
You can see truly high quality code in http://sourceforge.net/ Go for popular apps.
But you've to notice one thing that, most of the people who works for open source project will surely write highly optimized code. It might be a bit difficult to understand that.
Though I suggested Firefox and Chrome, those are really huge to understand in single shot.
I'd suggest you to read the articles from some good programming websites. At the same time, I'd suggest you to read following books
- Code Complete 2
- Effective C++
- C++ FAQs