How can I push_back a struct into a vector? struct point { int x; int y; }; std::vector<point> a; a.push_back( ??? ); Asked By: XCS.
確定! 回上一頁