Map
Index
Random
Help
th

Quote: try to avoid functions that modify call-by-reference arguments. They make a program harder to read

topics > all references > references sa-sz > QuoteRef: stroB_1991 , p. 125



Topic:
localized understanding
Topic:
parameter passing by reference
Topic:
initialized constants

Quotation Skeleton

functions that modify call-by-reference arguments can make programs … [Use] 'const' to indicate that the reference is … The absence of 'const' in the declaration of … [p. 126] [Can not use literals, expressions, or data type conversions for non-const reference arguments.]   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: reference arguments should use 'const' if the argument is not modified; allows literal and expression arguments; improves readability

Related Topics up

Topic: localized understanding (43 items)
Topic: parameter passing by reference (11 items)
Topic: initialized constants (12 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.