As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




已关闭8年。




我教C和C++,我只是想知道C++ 0x功能是否有很好的概述。

我将阅读标准,但这将需要时间,并且我肯定会在本学期(希望明年)达到标准。在本学期中,我只想再做一次有关C++ 0x的演讲(也许要确保在C++ 0x中不反对/改变所教的功能)。

最佳答案

我所知道的最好的两个是Wikipedia pageStroustrup's FAQ

在您知道所要查找的内容之前,我真的不建议您阅读该标准。除了比C++ 03标准大得多之外,组织和清晰度在某些方面也有所下降。

如果您只打算做一个关于“高级C++”的讲座,那么您可能会关注从其他常见来源(例如boost::smart_ptrstd::tr1::unordered_map)采用的C++ 0x功能。这样的事情在采用时是领先的。

关于c++ - 任何良好的C++ 0x概述?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3474383/

10-11 22:54
查看更多