- 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.
推薦閱讀
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- Vue.js設(shè)計與實現(xiàn)
- 復雜軟件設(shè)計之道:領(lǐng)域驅(qū)動設(shè)計全面解析與實戰(zhàn)
- Mastering AWS Lambda
- Mobile Web Performance Optimization
- Mastering JavaScript Object-Oriented Programming
- Learn Type:Driven Development
- Hands-On Data Structures and Algorithms with JavaScript
- JIRA 7 Administration Cookbook(Second Edition)
- Web全棧工程師的自我修養(yǎng)
- HTML5+CSS3網(wǎng)站設(shè)計教程
- Building a Recommendation Engine with Scala
- Python之光:Python編程入門與實戰(zhàn)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- .NET Standard 2.0 Cookbook