const在C ++的优点? [英] Advantages of const in C++?

查看:148
本文介绍了const在C ++的优点?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

const 在C ++(和C)中对于未启动的项目有什么好处?

What are the advantages of const in C++ (and C) for the uninitiated?

推荐答案

Const对于传递给函数的指针或引用特别有用 - 这是一个可以理解的API合同,函数不会改变

Const is particularly useful with pointers or references passed to a function--it's an instantly understandable "API contract" of sorts that the function won't change the passed object.

另请参阅: http://www.parashift.com/c++-faq-lite/const-correctness.html#faq-18.4

这篇关于const在C ++的优点?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆