一、前言 C++相比C是支持函数重载的,现在我们详细探讨一下C++函数重载与类方法承载。 二、案例代码 我们编译如下代码,同样的我们关闭代码优化,删除符号链接文(.pdb) #include "windows.h" #include "windef.h" #include <iostream> #include <tchar.h> using