Constant reference parameters
-
Constant's objectives is describe ways to create constants (const, readonly, enum). It introduce about motivation; Const; Const local variable; Const field; Const and static; Compile time const; Limited const references; No const parameters;...
0p cocacola_08 21-11-2015 54 1 Download
-
Used to provide access to caller’sactual argument Caller’s data can be modified by called function! Typically used for input function To retrieve data for caller Data is then "given" to caller. Specified by ampersand, &, after type in formal parameter list
41p sakuraphuong 29-05-2013 50 5 Download