- 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.
推薦閱讀
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- Leap Motion Development Essentials
- Machine Learning with R Cookbook(Second Edition)
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)項(xiàng)目教程
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Scala編程實(shí)戰(zhàn)(原書(shū)第2版)
- C語(yǔ)言程序設(shè)計(jì)
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- ServiceNow:Building Powerful Workflows
- Kubernetes源碼剖析
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- FFmpeg開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級(jí)賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- 多媒體技術(shù)及應(yīng)用