美文网首页
cxx-shadows-parameter

cxx-shadows-parameter

作者: _Rango_ | 来源:发表于2020-04-09 15:59 被阅读0次

在cxx中写了类函数,编译报错:

error: declaration of 'str info' shadows a parameter

发现是因为局部变量info和参数名冲突引起的。

参考资料:

  1. https://blog.csdn.net/rdgfdd/article/details/79597378
  2. https://blog.csdn.net/huangyabin001/article/details/42488511

相关文章

  • cxx-shadows-parameter

    在cxx中写了类函数,编译报错: 发现是因为局部变量info和参数名冲突引起的。 参考资料: https://bl...

网友评论

      本文标题:cxx-shadows-parameter

      本文链接:https://www.haomeiwen.com/subject/vyvcmhtx.html