Function Prototype in C++ · using namespace std; · string* ptrToElement(vector<string>* const pVec, int i); · int main() · vector<string> i; · cout << *(ptrToElement ...
確定! 回上一頁