开发者

where can i find online c++ design patterns and exercises? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

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 :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜