5. Functions
Functions are essential to C++. They express the processing to be carried out on data. Functions have a definition and, optionally, one or more declarations. A function accepts parameter values and can return a result. The body of a function is a block, as defined in paragraph 4.2.1 . The return value of a function is indicated by the return expr statement.
5.1 Declarations...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Functions
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Reviews
- - C/C++ users jounal, CMP Media LCC, San Francisco.
- - Journal of Object-Oriented Programming, A 101 communications publication, R. Wiener (éd.) (University of Colorado)
In Engineering Techniques
- ...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!