【中英雙語?】CS106L: Standard C++ Programming
2023-07-11 22:38 作者:夜秋風(fēng)嵩 | 我要投稿

- operator(運(yùn)算符) overloading

例:string 類的重載,cout<<str;str[index],str+="hello";
- 成員寫法


- 非成員寫法

friend operator<<


標(biāo)簽:
例:string 類的重載,cout<<str;str[index],str+="hello";
friend operator<<