c 从 c++ 获得了哪些功能?
c++ 中原有的哪些功能被添加到 c 中?
他们何时在何处添加以及出于什么原因(赞成/反对论点在哪里)?
与 C++ 相比,它们在 C 中有何不同?
这些功能是源于 C++ 还是其他语言?
示例(随意扩展):const,函数原型,隐式退出(0);
What features were added to c that were originally in c++?
When where they added and for what reason(what where the pro/con arguments)?
How do they differ in c as compared to c++?
Did the features originate in c++ or in another language?
examples(feel free to expand on):const,Function prototypes, implicit exit(0);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为重复 Bjarne 的论文 的内容没有用
I don't think it would be useful to repeat the content of Bjarne's paper