Index 
        [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [Z] 
         
        back 
             queue 
             sequential container 
        back_inserter 2nd 3rd 
        bad 
        bad_alloc 2nd 
        bad_cast 2nd 
        bad_typeid 
        badbit 
        base 
         base class 2nd 3rd 4th [See also virtual function] 
             abstract 2nd 
                 example 
             access control 2nd 
             assignment operator, usually not virtual 
             can be a derived class 
             constructor 
                 calls virtual function 
                 not virtual 
             conversion from derived 
                 access control 
             definition 
            destructor 
                 calls virtual function 
                 usually virtual 
             friendship not inherited 
             handle class 
             member hidden by derived 
             member operator delete 
            multiple [See multiple base class] 
             must be complete type 
             no conversion to derived 
             object initialized or assigned fromderived 
             scope 
             static members 
             user 
            virtual [See virtual base class] 
        Basket 
             total function 
        Bear 
             as virtual base 
        begin 
             container 
             map 
             set 
             vector 
        best match 2nd [See also function matching] 
        bidirectional iterator 2nd 
            container 
                 list 
                 map 
                 set 
        binary (file mode) 
        binary function object 
        binary operator 2nd 
        binary_search 
        BinaryQuery 
             definition 
        bind1st 
        bind2nd 
        binder 2nd 
        binding, dynamic 2nd 
             requirements for 
         bit-field 2nd 
             access to 
        bitset 2nd 3rd 
             any 
             compared to bitwise operator 
             constructor 
             count 
             flip 
                 compared to bitwise NOT 
             header 
             none 
             output operator 
             reset 
             set 
             size 
             subscript operator 
             test 
             to_ulong 
        bitwise AND (&) 2nd 
             example 
        bitwise exclusive or (^) 2nd 
        bitwise NOT ( ~ ) 2nd 
             example 
        bitwise operator 
             and compound assignment 
             compared to bitset 
             compound assignment 
             example 
             operand 
        bitwise OR (|) 2nd 
             example 2nd 
         block 2nd 3rd 4th 5th 
             as target of if 
             function 
             TRy 2nd 3rd 4th 
        block scope 
        body, function 2nd 3rd 4th 
        book finding program 
             using equal_range 
             using find 
             using upper_bound 
        bookstore program 
             exception classes 
        bool 
             and equality operator 
             conversion to arithmetic type 
             literal 
        boolalpha manipulator 
        brace, curly 2nd 
        break statement 2nd 
             and switch 
        buffer 2nd 
             flushing 
        buffer overflow 
             and C-style string 
             array parameter 
        built-in type 2nd 3rd 
             class member default initialization 
             conversion 
             initialization of 
        Bulk_item 
             class definition 
             constructor 
             constructor using default arguments 
             derived fromDisc_item 
             interface 
             member functions 
        byte 2nd 
         
       |