where can i find online c++ design patterns and exercises? [closed]
i need to start refine my memory so i like to practice a bit do you kn开发者_运维问答ow good site like : http://www.blackbeltfactory.com for java?
Here are some that looked promising on a quick perusal (and I'm adding to my own reading queue):
- Wikibooks entry on Design Patterns in C++
- Similar question answered responses on CodeGuru
- C++ FAQ section on some design patterns
- C++ headers from Head First Design Patterns to inspect
Have fun! (Sorry - don't know of any with a quiz for free - although the HFDP book likely has chapter-based ones)
Those links are a "must have" in your bookmarks:
- Cplusplus Reference
- C++ Reference
- Cprogramming
- Cplus About
- IBM XL C/C++ V7.0
- More C++ Idioms.
Another thousand usefull links can be found by googling. One of them will fit your taste.
You already got quite a few references so far, I just want to add this one, Data & Object Factory at http://www.dofactory.com/Patterns/Patterns.aspx.
I would say you can use java exercises....just write it in c++, its the same...
Grab http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612/ref=sr_1_1?ie=UTF8&qid=1299852356&sr=8-1
from The "Gang of Four":
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
For reference and you'll be set up :)
精彩评论