Transcription of Lecture notes on C++ programming
{{id}} {{{paragraph}}}
Department of Cybernetics The University of Reading SE2B2. Further Computer Systems Course notes Standard C++ programming by Dr Virginie F. Ruiz November, 03. VFR November, 03 SE2B2 Further Computer Systems CREATING AND USING A COPY CONSTRUCTOR .. 27. STRUCTURE OF THE COURSE ..3 USING DEFAULT ARGUMENTS .. 29. GENERALITY ..3 OVERLOADING AND AMBIGUITY .. 30. SIMPLE FINDING THE ADDRESS OF AN OVERLOADED 30. DERIVED CLASSES ..3. TEMPLATES ..3 OPERATOR 31. STREAMS ..3 THE BASICS OF OPERATOR OVERLOADING .. 31. OVERLOADING BINARY OPERATORS .. 32.
function names: abs( ) for integer, labs( ) for long integer, and fabs( ) for floating-point value. However in C++, each function can be called by the same name, such as abs( ). The type of data used to call the function determines which specific version of the function is actually executed.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}