jump to navigation

C++ Article: The Rule Of Three 03.02.06

Posted by wimac in programming.
trackback

The Rule Of Three is an absolute must to understand for any C++ programmer. It covers the copy constructor, operator=() and the destructor as a combination to fulfill some basic and fundamental requirements when it comes to building a class (or C++ struct) where members allocate memory in a dynamic way.

read more | digg story

Comments»

No comments yet — be the first.