Advertisement
Abel_Martinez

tvaso.cpp

Feb 28th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include "tvaso.h"
  2.  
  3. TVASO::TVASO(double capacidad)
  4. {
  5.     mi_cantidadLiquido=0.0;
  6.     mi_capacidad=capacidad;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement