[Basic C++] 05 - C++ Functions
2020. 5. 6.
In this post, I am going to talk about C++ functions. Functions are extremely useful by which you can save a lot of time. Functions are just a group of codes in which they are programmed to perform certain tasks and sometimes return calculated values. Table of Contents 1. Syntax of C++ function 2. Reference and function 3. Inline and function prototype 1. Syntax of C++ function The syntax of C++..