鲁莽 发表于 2025-3-27 01:02:13

Defining Functions,Segmenting a program into manageable chunks of code is fundamental to programming in every language.

神刊 发表于 2025-3-27 05:08:50

Function Templates,In the section on overloading in the previous chapter, you may have noticed that some of the overloaded functions consisted of exactly the same code. The only difference is the types that appear in the parameter list.

散布 发表于 2025-3-27 06:07:02

Program Files and Preprocessing Directives,his chapter is more about managing code than writing code. We’ll discuss how multiple program files and header files interact and how you manage and control their contents. The material in this chapter has implications for how you define your data types, which you’ll learn about starting in the next chapter.

chandel 发表于 2025-3-27 10:26:23

Defining Your Own Data Types,In this chapter, we’ll introduce one of the most fundamental tools in the C++ programmer’s toolbox: classes. We’ll also present some ideas that are implicit in object-oriented programming and show how they are applied.

PHAG 发表于 2025-3-27 16:33:37

Inheritance,We’ll discuss polymorphism in the next chapter, so what you’ll learn there is an integral part of what inheritance is all about. There are subtleties in inheritance that we’ll tease out using code that shows what is happening.

放肆的你 发表于 2025-3-27 18:52:58

http://reply.papertrans.cn/19/1823/182282/182282_36.png

圆桶 发表于 2025-3-28 01:47:29

Runtime Errors and Exceptions,Exceptions are used to signal errors or unexpected conditions in a program. While other error-handling mechanisms do exist, exceptions generally lead to simpler, cleaner code, in which you are less likely to miss an error.

欲望小妹 发表于 2025-3-28 03:22:34

http://reply.papertrans.cn/19/1823/182282/182282_38.png

Pepsin 发表于 2025-3-28 10:21:02

Move Semantics,This chapter complements and completes several key topics discussed in the middle parts of the book.

极小量 发表于 2025-3-28 12:31:21

http://reply.papertrans.cn/19/1823/182282/182282_40.png
页: 1 2 3 [4] 5 6
查看完整版本: Titlebook: Beginning C++17; From Novice to Profe Ivor Horton,Peter Van Weert Book 20185th edition Ivor Horton and Peter Van Weert 2018 C++.C++17.progr