- C++ Fundamentals
- Antonio Mallia Francesco Zoffoli
- 75字
- 2021-06-11 13:35:59
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.
推薦閱讀
- Java逍遙游記
- SPSS數據挖掘與案例分析應用實踐
- Kibana Essentials
- JavaScript高效圖形編程
- Flink SQL與DataStream入門、進階與實戰
- Web交互界面設計與制作(微課版)
- 人臉識別原理及算法:動態人臉識別系統研究
- Python GUI Programming Cookbook
- PhoneGap Mobile Application Development Cookbook
- 青少年學Python(第1冊)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Python:Deeper Insights into Machine Learning
- Managing Microsoft Hybrid Clouds
- Django Design Patterns and Best Practices