Video description
In this C++ Memory Management training course, expert instructor Brook Monroe teaches you tricks about memory management with this programming language. This course is designed for users that already have a working knowledge of C++. You will start out by learning about leaks and overruns, and how you can avoid them. Brook will teach you about STL vector methods, range checking, and sentinels. You will move in to seeing how you can take care of your environment and learn about memory leaks. From there, you will learn about reusing released memory, and are given expert pointers on the subject, as well as hear about pitfalls and best practices. Finally, you will learn about bad practices to avoid, and find out how the old school rules are the best practices. By the completion of this video based training course, you will have an in-depth understanding of memory management, and expert tips that can be applied to your own programming and software development. Working files are included, allowing you to follow along with the author throughout the lessons.
Table of contents
- Overview
- How It Goes Wrong
- Playing In Your Own Sandbox - Avoiding Overruns
- Taking Care Of Your Environment - Cleaning Up After Yourself
- Once It Is Gone, It Is Gone - Reusing Released Memory And Other Bad Ideas
- This Is Not A Trust Relationship
- Simultaneous Data Access - A Primer
- Stupid Code Tricks
- Old School Rules - Best Practices
- Conclusion
Product information
- Title: C++ Memory Management
- Author(s):
- Release date: October 2013
- Publisher(s): Infinite Skills
- ISBN: 9781771371650
You might also like
book
C++ High Performance
Write code that scales across CPU registers, multi-core, and machine clusters About This Book Explore concurrent …
book
C++ In a Nutshell
To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell …
book
C++ High Performance - Second Edition
A comprehensive guide to help aspiring and professional C++ developers elevate the performance of their apps …
book
C++ Cookbook
Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming …