- 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.
推薦閱讀
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- PyTorch自然語言處理入門與實戰(zhàn)
- JavaScript+jQuery開發(fā)實戰(zhàn)
- Essential Angular
- PHP 編程從入門到實踐
- Learn Scala Programming
- Mastering KnockoutJS
- MySQL數(shù)據(jù)庫基礎實例教程(微課版)
- Python算法詳解
- MongoDB,Express,Angular,and Node.js Fundamentals
- 代碼閱讀
- 算法設計與分析:基于C++編程語言的描述
- Java EE 7 with GlassFish 4 Application Server
- Laravel Design Patterns and Best Practices
- Spark技術內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設計與實現(xiàn)原理