Repository pattern implementation example
-
I've been googling around a bit with no avail, attempting to find a Repository Pattern implementation in C++ so that I can use in my first Qt project.
I wonder if there are good sources for design patterns in C++, if you know any, please post?
-
Try this..
"The Repository Pattern in C++":http://cm-bloggers.blogspot.com/2012/09/the-repository-pattern-in-ccx.html
1/2