392                                       .   

     ,   .   
 -  .     -
-  ,   ,   
.         
     .

    ,      -
   .      ,
 ,       -
     .    :

_(_) :

__, (___)

   ___    -
       ,  
   .

       . -
         
  . ,       , -
      .   
          . -
            -
  .

         vect  -
 7.7,     ,  . 202.
          
.   vect_bnd  :

  vect_bnd.cpp

class vect_bnd : public vecfc {
public:

vect_bnd(int = 0, int = 9);    //  
// 10 -

vect_bnd(vect_bnd& v);         // 

vect_bnd(vect& v);             // 

vect_bnd(const int a[j, int ne, int Ib = 0) ;

int& operator[](infc) const;

int ub() const { return (u_bnd); }

int lb() consfc { return (1_bnd); }

vect_bnd& operator=(const vect_bnd& v) ;

private:

int 1_bnd, u_bnd;

};

//  
vect_bnd::vect_bnd(int Ib, int ub) :

vect(ub - Ib + 1), i_bnd(lb), u_bnd(ub) { }