FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
C++ Blog: Save Time: Write Better Classes
C++
void main(void)

Calls, Returns and In-Between.

by Kevin Carlson
SELECTIVE IGNORANCE

Finding the Signal in the Noise

by Andrew Koenig
September 26, 2006

Save Time: Write Better Classes

Object orientation is more than just intellectual window dressing. It's more than just a mental shorthand that allows our brains to see the whole design picture. Encapsulating real-world concepts in classes can have concrete benefits in how fast we write code. And if you write very good classes, they'll also translate into higher execution speed. Using an example of coding network protocols, Harvey Sugar shows us just how to do that.

Posted by Kevin Carlson at 03:47 PM  Permalink




 
INFO-LINK