Advertisement
aperles

Untitled

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