Comment on: Online environments for exploring programming languages
1 28 Jul 2015 06:47 u/iguessillmakeanacct in v/programmingComment on: C++'s Rule of Three
More important since C++11, I think, is the Rule of Zero: "Classes that have custom destructors, copy/move constructors or copy/move assignment operators should deal exclusively with ownership. Other classes should not have custom destructors, copy/move constructors or copy/move assignment operators."
C++ (specifically Visual C++): http://webcompiler.cloudapp.net/