1/18/00
COM1100 Winter2000 Yuhong Yin
Northeastern University
10
C++ programming style
n
Conceptually, C++ source file is free-form,
no set columns or required alignment.
n
Good C++ Programming Style
n
One of the most important factor to be a good
programmer
n
Purpose: make the program readable and
understandable
n