View difference between Paste ID: 6XCp76sz and Aqb9r2Rh
SHOW: | | - or go back to the newest paste.
1-
class TGlass{
1+
void TGlassCylinder::Drink(double cc)
2-
    public:
2+
{
3-
        TGlass(double capacity);
3+
4-
        double GetRemaining(double a, double b);
4+
	TGlass::Drink(cc - 1.0);
5-
        double Drink(double c);
5+