COD 206 - Creating Secure C++ Code
Course Details
Course Number: COD 206
Course Duration: 15 minutes
Course CPE Credits: .25
NICE Specialty Areas
Related Subject Matter
Foreign Languages Available:
- English
Course Overview
This secure coding course highlights the most useful security features for avoiding memory corruption vulnerabilities in C++.
Additional topics include:
- Standard containers, bounds-checking functions, smart pointers, and standard concurrency features
- How to use object-oriented programming features to define and manipulate data in terms of objects, use range-based loops and native regular expressions