- 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.
推薦閱讀
- 大話PLC(輕松動漫版)
- Visual Basic .NET程序設(shè)計(第3版)
- Android項目開發(fā)入門教程
- ASP.NET動態(tài)網(wǎng)頁設(shè)計教程(第三版)
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- Learning Apache Kafka(Second Edition)
- iOS應(yīng)用逆向工程(第2版)
- Python機器學(xué)習(xí)算法與實戰(zhàn)
- HTML5從入門到精通(第4版)
- Kubernetes源碼剖析
- Everyday Data Structures
- Natural Language Processing with Python Quick Start Guide
- ASP.NET求職寶典
- Ubuntu Server Cookbook
- Instant AppFog