Where can I find online templates and exercises for design in C ++?

I need to start refining my memory, so I like to practice a little. Do you know a good site, for example: http://www.blackbeltfactory.com for java?

+3
source share
4 answers

Here are some of them that looked promising for a quick read (and I am adding to my own reading queue):

Good luck (Sorry - I don't know a single test without a quiz - although the HFDP book probably has chapters)

+3
+3
0

I would say that you can use java exercises ... just write it in C ++, its own ...
Grab http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/ dp / 0201633612 / ref = sr_1_1? ie = UTF8 & QID = 1299852356 & cf = 8-1
from Gang of Four:
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides

For reference, you will be tuned :)

-2
source

All Articles