Nov 23, 2024 – Jan 10, 2025
Build skills in the latest technologies and earn a digital badge by January 10!
此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
有关 Microsoft 开发人员工具和技术的深度文章
个性化学习路径和课程
全球认可、行业公认的凭证
经 Microsoft 审核的技术问题和解答
Microsoft 开发人员工具和技术的代码示例库
交互式特选指南和建议
来自 Microsoft 专家的数千小时原创节目
适用于组织的 Microsoft Learn
访问特选资源,以提升团队技能水平,缩小技能差距。
此主题的部分內容可能由机器或 AI 翻译。
参数“number”声明不同
使用了另一个参数列表再次声明了某个 C 函数。 C 不支持重载函数。
以下示例生成 C2192:
// C2192.c // compile with: /Za /c void func( float, int ); void func( int, float ); // C2192, different parameter list void func2( int, float ); // OK
此页面是否有帮助?