TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Is C++ Not Suitable For OOP?

2 点作者 cferwin将近 13 年前

1 comment

shasty将近 13 年前
Yes, it most certainly is. But what C++ will ask of you is probably more than all but he most disciplined engineer has to spend on an implementation.<p>It takes knowledge and maybe even wisdom across a development team to build a sane, stable C++ application or system of any size.<p>If you think you have a team of A players then go for it, even they will bicker and fuss over the implementation trivia that consume their cycles as they try and build a solution.<p>But for some things, C++ is probably the best choice. Just know what those things are before you take the plunge.<p>C++ is not a general purpose OOP language to be considered equally with even a language like Java. If you dont have the discipline to rock C++ dont even try it, it will kill you.