- 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.
推薦閱讀
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- Learn Swift by Building Applications
- 面向?qū)ο蟪绦蛟O計(Java版)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- 高級語言程序設計(C語言版):基于計算思維能力培養(yǎng)
- C語言程序設計
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- OpenMP核心技術(shù)指南
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- Practical GIS
- C語言從入門到精通
- 數(shù)據(jù)科學中的實用統(tǒng)計學(第2版)
- IBM RUP參考與認證指南
- 計算機應用基礎案例教程(第二版)
- 體驗之道:從需求到實踐的用戶體驗實戰(zhàn)