c++ - Need sample problems for hands-on -


I have been working with C ++ for a few years and I have got good theoretical knowledge on this topic (I looks like). So I want to work on my own to get some good hold on C ++ and related technologies.
'Template directory has been started with sample projects such as design and coding.

Please suggest projects / problems that test knowledge about C ++, STL container / algorithm, polymorphism, as well as designing (design patterns).

See this link to test the C / C ++ skill really hard stuff.

Data structures, book on algorithms, and applications in C ++ by Cataraz Sahni [/ strong] really set challenging problems and you will enjoy it.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -