Delete object from array in c++. Fruits class: #include <string> using namespace std; class Fruits { string color; public: Fruits() { color = "r"; } };.
確定! 回上一頁