Advertisement
Kruspy

X17948_ca: Concatenació by Kruspy

Feb 28th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <Kruspy>
  2. #include "Palabra.hh"
  3.  
  4. int main ()
  5. {
  6.   Palabra a, b;
  7.   a.leer('.');
  8.   b.leer('.');
  9.   a.escribir();
  10.   b.escribir();
  11.   cout << endl;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement