摘要:
8.4 Function Overloading ) Function overloading, also called function polymorphism, lets you use multiple functions with the same name, but using diff 阅读全文
摘要:
8.2.6 Objects, Inheritance, and References ) You might use ostream object cout and ofstream object fout(your declaration), and the object fout could s 阅读全文
摘要:
) You can't pass an expression to a function that requires a reference: ) Passing by value is a norm that you might not want to change the origin valu 阅读全文
摘要:
//第一次在博客上发自己的C++ primer plus学习笔记,从现在进度(第8章)开始,用英文也当是练练英语写作了 1. Inline Functions ) When calling a regular function, the program execution will be trans 阅读全文