- 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.
推薦閱讀
- Objective-C應用開發全程實錄
- SEO實戰密碼
- 小程序開發原理與實戰
- Learning OpenStack Networking(Neutron)(Second Edition)
- Natural Language Processing with Java and LingPipe Cookbook
- Scrapy網絡爬蟲實戰
- Python深度學習(第2版)
- WCF全面解析
- Practical Responsive Typography
- C語言從入門到精通(視頻實戰版)
- Oracle Database 12c DBA官方手冊(第8版)
- Learning Puppet
- C++標準庫(第2版)
- 自己動手做智能產品:嵌入式JavaScript實現
- Learning Unity Physics