首页 > 编程 > C++ > 正文

Professional C++ 02 Designing Professional C++ Programs 设计专业的C++程序

2019-11-06 09:46:57
字体:
来源:转载
供稿:网友

PRofessional C++

Designing Professional C++ Programs

(01) 在写代码之前,谈到设计的重要性,本章节涉及的内容

After finishing this chapter, you will understand:

The definition of programming design

The importance of programming design

The aspects of design that are unique to C++

The two fundamental themes for effective C++ design: abstraction and reuse

The specific components that make up a program design in C++

(02)什么是程序设计

The point of designing is to think about your program before you write it.

(03)程序设计的重要性

Writing a program without a design is like building a house without blueprints.

(04) Keep in mind that good design is hard, and getting it right takes practice. Don't expect to become an expert overnight, and don't be surprised if you find it more difficult to master C++ design than C++ coding.

(05)


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选