Advertisement
aperles

Untitled

Oct 5th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include "vasos.h"
  2.  
  3. int main (void)
  4. {
  5.  
  6.     Tvaso vestatico1(10.0), vestatico2(20.0);
  7.     TVaso *p;
  8.  
  9.     p = new dinvaso(30.0);
  10. }
  11.  
  12.  
  13.  
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement