- C++ Fundamentals
- Antonio Mallia Francesco Zoffoli
- 3字
- 2021-06-11 13:35:58
Chapter 2
Functions
Lesson Objectives
By the end of this chapter, you will be able to:
- Explain what functions are and how to declare them
- Utilize local and global variables
- Pass arguments to functions and return values from functions
- Create overloaded functions and call them appropriately
- Apply the concept of namespaces in organizing functions
In this chapter, we are going to look at functions in C++, how to use them, and why we would want to use them.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- ExtGWT Rich Internet Application Cookbook
- iOS 9 Game Development Essentials
- Getting Started with ResearchKit
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- 重學Java設計模式
- Building Minecraft Server Modifications
- SQL Server與JSP動態網站開發
- Python項目實戰從入門到精通
- Buildbox 2.x Game Development
- 深度學習入門:基于Python的理論與實現
- UML基礎與Rose建模實用教程(第三版)
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Implementing NetScaler VPX?(Second Edition)
- Java語言GUI程序設計