Recently, Effectvie C + + carefully read the side, very amazing the power and charm of C + +. Recently will be the recent reading experience and reading notes in this, must find use, if the summary has what not
When you are here, you are welcome to criticize:
Now only the frames are listed, and the most recent will be filled as soon as complete:
Part 5th: implementation (implementations)
This part mainly describes the class implementation process of some principles, in order to design a high-efficiency implementation, this is your only way, in this part read more carefully, because I have a lot of difficulties in the type conversion .
Clause 26: Delay the occurrence of variable definitions whenever possible
Clause 27: Try to do less transformational action
Clause 28: Avoid returning the handles pointer to the inner component of the object
Article 29: It is worthwhile to work for "exceptional safety"
Article 30: A thorough understanding of the inside and outside of inlining
Article 31: Minimize file compilation dependencies
Note: Because there are many links between the terms, all the provisions are not suitable for separate pull out, this will be combined with other provisions of the record, there is no understanding of the place, welcome to exchange;
Effective C + + study notes (part Five:item 26-31)