摘要:
15. 模板(Templates) Reuse source code generic programming use types as parameters in class or function definitions Template functions Template classes 1 阅读全文
posted @ 2022-06-17 14:34
小a的软件思考
阅读(27)
评论(0)
推荐(0)
摘要:
14. 运算符重载 14.1 Overloaded operator Just a function with an operator name! Use the operator keyword as a prefix to name operator *(...) Can be a member 阅读全文
posted @ 2022-06-17 11:31
小a的软件思考
阅读(51)
评论(0)
推荐(0)