C/C++
newcpp.txt
Associated article: Living By the Rules
Tags: C/C++
Published source code and related files accompanying the article by Pete Becker in which he examines "laziness" and C++ programming. 1
=================DR. DOBB'S JOURNAL===============
ARTICLE: C++
ISSUE: August 2006
SECTION: Column Well
AUTHOR: Pete Becker
% Roundhouse Consulting, Ltd.
2114 S. Smith Rd.
Bloomington, IN 47401
pbecker@acm.org.
The New C++
by Pete Becker
=================================
for (int i = 0; i < vect.size(); ++i)
// do whatever ...


