Course Content
C++ Smart Pointers
C++ Smart Pointers
Shared Pointers Practice
Task
Swipe to start coding
You are given a basic program that simulates file operations. Right now, the program uses raw pointers to manage file resources. Your task is to modify this code to use shared pointers for file management.
Solution
solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 6
Shared Pointers Practice
Task
Swipe to start coding
You are given a basic program that simulates file operations. Right now, the program uses raw pointers to manage file resources. Your task is to modify this code to use shared pointers for file management.
Solution
solution
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 6