Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "vasos.h"
- int main (void)
- {
- Tvaso vestatico1(10.0), vestatico2(20.0);
- TVaso *p;
- p = new dinvaso(30.0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement