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)
新聞熱點
疑難解答
圖片精選