2009-05-01から1ヶ月間の記事一覧

こんくらいスラスラ出てくるようにしたい。 #include <iostream> #include <vector> class CPoint { public: CPoint(double Distance) : m_Distance(Distance) { }; double m_Distance; }; class CMaxGetter { public: CPoint* operator()(CPoint* lhs, CPoint* rhs) const { r</vector></iostream>…