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

Index

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

!= (inequality operator)

     overriding

# (comment character)

#define preprocessor directive 2nd

#elif preprocessor directive 2nd

#if preprocessor directive 2nd

#undef preprocessor directive 2nd

& (bitwise AND operator)

& (bitwise AND) operator

     determining if flag turned on in enumeration value

     high word and low word of a number

     overloaded 2nd 3rd 4th

     testing if bit flags are on or off

&& (logical AND) operator

     indirectly overloading 2nd 3rd

'- (hyphen)

     in regular expression patterns

( ) (cast operator)

( ) (parentheses)

     in equations 2nd 3rd

* (wildcard character)

*= (assignment operator) 2nd

     overloaded 2nd 3rd

+= (assignment operator) 2nd

// (comment characters)

: (colon)

     path-separation character

< nopgage

-= (assignment operator)

/= (assignment operator)

-= (assignment operator)

/= (assignment operator)

== (equality operator)

     comparing strings with

     overriding

> (greater than operator)

\ (backslash)

     on command line

^ (bitwise XOR operator)

^ (bitwise XOR) operator

_items array

     standard .NET type

| (bitwise OR) operator

     overloaded

     testing if bit flags are set

~ (bitwise complement) operator 2nd

Категории