- 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.
推薦閱讀
- 微信公眾平臺與小程序開發:從零搭建整套系統
- JavaScript高效圖形編程
- MySQL 8從入門到精通(視頻教學版)
- C語言從入門到精通(第4版)
- Interactive Applications Using Matplotlib
- Visual C++數字圖像處理技術詳解
- 微信小程序入門指南
- Getting Started with NativeScript
- Python忍者秘籍
- Nginx Lua開發實戰
- CRYENGINE Game Development Blueprints
- Mastering HTML5 Forms
- Delphi開發典型模塊大全(修訂版)
- Mastering JavaScript
- 用Python動手學統計學