Hi, I stumbled across these two resources. Maybe they are interesting to someone?
Google C++ style guide: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Disallow-copy-and-assign http://nids9.blogspot.it/2009/09/disallowcopyandassign.html (a helper macro to make copy constructor and assignment operator appear more declaratory) -- /kinkie
