您的位置:首页 > 编程语言 > C语言/C++

Large-Scale C++ Software Design

2011-04-05 20:58 316 查看

Large-Scale C++ Software Design



taken from "Large-Scale C++ Software Design" by John Lakos,
c.1996, Addison-Wesley

There is a distinction between logical
design and
physical
design.

Logical design is what you have learned all along... ADT
composition, inheritance hierarchies, etc...

Physical design is how all the logical components are arranged
in files and modules for compilation and linking.

Major physical design rules

Minor physical design rules

Guidelines for physical design

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: