31.12.2014 Views

Paskaitų konspektai - Matematikos ir Informatikos fakultetas ...

Paskaitų konspektai - Matematikos ir Informatikos fakultetas ...

Paskaitų konspektai - Matematikos ir Informatikos fakultetas ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Food::Food (const string& name, double price)<br />

{<br />

this->name = name;<br />

this->price = price;<br />

}<br />

double Food::getProfit () const<br />

{<br />

double profit = 0;<br />

vector::const_iterator iter = sellings.begin();<br />

for (; iter != sellings.end(); iter++)<br />

profit += (*iter)->getProfit();<br />

return profit;<br />

}<br />

void Food::print () const<br />

{<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!