Dev Notes

Software Development Resources by David Egan.

C++ Articles & Resources


C++
David Egan

Collection of links to C++ articles that I think are worth reading.

OOP

Express intentions (to users & compiler) with override.

Declaring Classes

Rationale for a particular way of declaring a class. Discusses the importance of the order of declarations, and consistency:

Move Semantics


comments powered by Disqus