Facebook
From ynyyyyyyyyyyyyyy, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 173
  1.  class Vector{
  2.      private: int nr, x[10000];
  3.      public:
  4.      Vector();
  5.      Vectr();
  6.      Vector (int nr, int x[]);
  7.      Vector (const Vector&);
  8.      ~Vector();
  9.      friend istream& operator>>(istream& is; Vectr&o);
  10.      friend ostream& operator>>(ostream& os; Vectr&i);
  11.      
  12.      
  13.       Vector operator+()
  14.  };
  15.  int NrElemente()
  16.  
  17.  Vector::Vectr()
  18.  {
  19.      n=0;
  20.      t=NULL;
  21.  }
  22.  void Vector:: citire();
  23.  {
  24.      if(t!=NULL)
  25.  }
  26.  
  27.  istream&operator;>> (istream& is,Vectr&v)
  28.  {
  29.      if
  30.  }
  31.  int main()
  32.  {
  33.  
  34.  }