next up previous contents
Next: Organization of Source Code Up: Programming Style Previous: On the Process of   Contents

Design Issues

Although C lacks the most powerful features of C++ as far as concepts and data organization is concerned, Stroustrup says: ``Remember that much programming can be simply and clearly done using only primitive, data structures, plain functions, and a few library classes.'' This means that one can write many useful and well-written programs in C. Here are a few pointers that will assist you in structuring your C program: More material on data organization may be found in the Stroustrup's book.


next up previous contents
Next: Organization of Source Code Up: Programming Style Previous: On the Process of   Contents
psi 2003-01-07