I l@ve RuBoard

[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]

backslash (\)
    as escape character 
    in preprocessor directives 
backspace character (\b) 
bad member function 
base classes 
    initializing 
    search order 
binary files 
    with multiple structures 
binary I/O  2nd 
binary operations  [See bits]
binary operators 
    % (modulus) 
    & (AND)  2nd 
        versus logical AND (&&) 
    >> (right shift)  2nd 
    << (left shift)  2nd 
    * (multiplication) 
    + (addition) 
    - (subtraction) 
    / (division) 
    ^ (exclusive OR)  2nd 
    | (OR)  2nd 
        to merge flags 
    ~ (NOT)  2nd 
binary search, debugging 
binary trees 
    nodes 
    recursion with 
bitmapped graphics 
bits 
    constants 
    defining 
    fields 
    flags, assigning 
    operations 
    operations on 
    setting, clearing, and testing 
bitwise operators  [See binary operators]
<blank> modifier 
blocks  2nd  [See also local variables]
    normal execution of 
    stack of 
body of modules 
boldface in comments 
bool 
bottom-up programming 
bounds errors, array 
brace-counter class 
brackets { }  [See curly braces]
branching statements 
    if statements 
    switch statements 
break command (debugger)  2nd  [See also gdb debugger]
break statements  2nd 
    in switch statements  2nd 
browsers, class 
buckets, infinite arrays 
bytes  2nd 

I l@ve RuBoard