tailieunhanh - Lecture Practical C++ programming - Chapter 26: Program design

Chapter gives you a chance to tell the students about your programming expierence. Talk about how a major piece of software was designed and lead the class through a discussion of the benefits and drawbacks to such a system. | Chapter 26 Program Design Practical C Programming Copyright 2003 O Reilly and Associates Pagel Design Goals Reliability Economy Ease of Use Practical C Programming Copyright 2003 O Reilly and Associates Page2 Design Factors Simplicity Information Hiding Expandability Testable Reusability generality Practical C Programming Copyright 2003 O Reilly and Associates .