Advertisement
sellmmaahh

Ispisi(2 iteratora)

Jul 28th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. template <typename Tip>
  2. void Ispisi (Tip It1, Tip It2) {
  3. while (It!=It2) {
  4.     cout<<*It1;
  5.     It1++;
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement