标题 |
阅读 |
评论 |
转发 |
发布日期 |
Item 28: Avoid returning "handles" to object internals. |
217 |
0 |
0 |
2013-01-10 |
|
Item 27: Minimize casting. |
231 |
0 |
0 |
2013-01-10 |
|
Item 25: Consider support for a non-throwing swap |
404 |
0 |
0 |
2013-01-08 |
|
Item 24: Declare non-member functions when type conversions should apply to all parameters |
382 |
0 |
0 |
2013-01-08 |
|
Item 23: Prefer non-member non-friend functions to member functions |
325 |
0 |
0 |
2013-01-07 |
|
Item 22: Declare data members private |
236 |
0 |
0 |
2013-01-07 |
|
Item 21: Don't try to return a reference when you must return an object |
341 |
0 |
0 |
2013-01-07 |
|
Item 20: Prefer pass-by-reference-to-const to pass-by-value |
245 |
0 |
0 |
2013-01-07 |
|
Item 19: Treat class design as type design |
288 |
0 |
0 |
2013-01-07 |
|
Item 18: Make interfaces easy to use correctly and hard to use incorrectly |
262 |
0 |
0 |
2013-01-07 |
|
Item 17: Store newed objects in smart pointers in standalone statements. |
278 |
0 |
0 |
2012-12-24 |
|
Item 16: Use the same form in corresponding uses of new and delete. |
306 |
0 |
0 |
2012-12-24 |
|
Item 15: Provide access to raw resources in resource-managing classes. |
273 |
0 |
0 |
2012-12-24 |
|
Item 14: Think carefully about copying behavior in resource-managing classes. |
760 |
0 |
0 |
2012-12-24 |
|
Item 13: Use objects to manage resources. |
189 |
0 |
0 |
2012-12-24 |
|
Item 12: Copy all parts of an object |
189 |
0 |
0 |
2012-12-22 |
|
Item 11: Handle assignment to self in operator= |
241 |
0 |
0 |
2012-12-22 |
|
Item 10: Have assignment operators return a reference to *this |
167 |
0 |
0 |
2012-12-22 |
|
Item 9: Never call virtual functions during construction or destruction |
200 |
0 |
0 |
2012-12-21 |
|
Item 8: Prevent exceptions from leaving destructors |
179 |
0 |
0 |
2012-12-21 |
|