CO2402 Advanced Programming with C++ Lecture 20 Notes
10 vues 0 fois vendu
Cours
Advanced Programming with C++ (CO2402)
Établissement
University Of Central Lancashire Preston (UClan)
This document contains detailed notes from Lecture 20 of the CO2402 course on Advanced Programming with C++. The lecture explores the concepts of references and pointers, two fundamental features in C++ that provide flexible memory management and efficient function parameter passing. The notes expl...
University of Central Lancashire Preston (UClan)
Inconnu
Advanced Programming with C++ (CO2402)
Tous les documents sur ce sujet (19)
Vendeur
S'abonner
BpoBpo
Avis reçus
Aperçu du contenu
CO2402: Advanced Programming
with C++ Lecture 20
References and Pointers
1. Overview
o C++ supports both references and pointers, allowing for
flexible memory management and function parameter
passing.
o Reference: An alias for another variable, which cannot be
null, must be initialized, and cannot be reassigned.
o Pointer: Stores the address of a variable, which can point to
different objects or be null during its lifetime.
2. Advantages of References
o Safer than pointers as they must always refer to a valid
object.
o No need for dereferencing operators to access the value,
making the code cleaner.
Example:
, 3. When to Use Pointers
o Pointers are necessary when dealing with dynamic memory
allocation, arrays, and situations where the object being
pointed to may change during runtime.
Example:
Polymorphism with References (from C++11)
1. Polymorphism with Virtual Functions
o Polymorphism allows calling the correct function version based
on the object's type at runtime, even when accessed through
a base class reference.
Example:
Les avantages d'acheter des résumés chez Stuvia:
Qualité garantie par les avis des clients
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
L’achat facile et rapide
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Focus sur l’essentiel
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Foire aux questions
Qu'est-ce que j'obtiens en achetant ce document ?
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Garantie de remboursement : comment ça marche ?
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Auprès de qui est-ce que j'achète ce résumé ?
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur BpoBpo. Stuvia facilite les paiements au vendeur.
Est-ce que j'aurai un abonnement?
Non, vous n'achetez ce résumé que pour €3,70. Vous n'êtes lié à rien après votre achat.