Secure Programming Cookbook for C and C++: Recipes for Cryptography, Authentication, Input Validation & More

    Introduction

    Recipe 19.1.  Controlling Changes to Pointers Passed to Methods

    Recipe 19.2.  Comparing Pointers

    Recipe 19.3.  Navigating Arrays

    Recipe 19.4.  Manipulating a Pointer to a Fixed Array

    Recipe 19.5.  Returning a Pointer to a Particular Element in an Array

    Recipe 19.6.  Creating and Using an Array of Pointers

    Recipe 19.7.  Switching Unknown Pointer Types

    Recipe 19.8.  Converting a String to a char*

    Recipe 19.9.  Declaring a Fixed-Size Structure with an Embedded Array

Категории