Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. template class<T> //sper ca asa era sintaxa, nu mai tin minte bine
  2. class Container<T>
  3. {
  4. private:
  5. vector<T> v; //vector de tipul clasei template(T);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement