3

I want to practice solving Object oriented design problems in C++. Is there any online material with sample real world problems and solutions using design patterns ?

I searched but i couldn't get online material. Pls help me.

bjskishore123
  • 6,144
  • 9
  • 44
  • 66
  • 1
    Unfortunately, many real world examples share following characteristics: NDA, no time for behind the scene documents, and people forget the problems because design typically takes much less time than implementation, debugging and testing. The best way I can think of is to join real-world project: either through internship, contracting, or full-time employment. – Peon the Great Jan 16 '11 at 01:14

1 Answers1

1

https://stackoverflow.com/questions/tagged/design

Community
  • 1
  • 1
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348