C++ 和STL进修课程

发布于 2024-07-16 10:31:42 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

安人多梦 2024-07-23 10:31:42

SGI 有一个关于 STL 的非常好的参考。

SGI has a pretty nice reference for STL.

执妄 2024-07-23 10:31:42

为了更深入地了解 STL,您可能需要花时间观看 http 上的一些视频://www.stepanovpapers.com/。 另外,“编程注释”http://www.stepanovpapers.com/notes.pdf 将还可以帮助您理解 STL 设计背后的“原因”。

As sort of a path to a deeper understanding of the STL you may want to take the time and watch some of the videos at http://www.stepanovpapers.com/. Also "Notes on Programming" http://www.stepanovpapers.com/notes.pdf will also help you understand the "Why" behind the design of the STL.

谈情不如逗狗 2024-07-23 10:31:42

我不太清楚高级 C++ 和中级 STL 到底是什么意思。

C++ FAQ Lite 在我刚开始接触 C++ 时给了我很多帮助。

I'm not quite sure what you mean exactly by advanced C++ and intermediate STL.

The C++ FAQ Lite helped me a lot when I first started with C++.

遥远的绿洲 2024-07-23 10:31:42

www.cplusplus.com 我非常喜欢这个网站

www.cplusplus.com I like this site a lot

╰◇生如夏花灿烂 2024-07-23 10:31:42

快速阅读一本或多本迈耶斯的“有效”书籍和/或萨特的“卓越”书籍将是一个很好的复习课程。 它们很短,对于非新手来说通常很容易阅读,但它们会刷新您对一些您需要了解的边缘情况的记忆。

A quick read through of one or more of the 'Effective' books by Meyers and/or the 'Exceptional' books by Sutter would make a nice refresher course. They're short and generally easy reads for someone who's not a novice, but they'll refresh your memory on some of the edge cases you need to know about.

很酷不放纵 2024-07-23 10:31:42

阅读 stackoverflow 上的 STL - C++ feed =)

comp.lang.c++
comp.lang.c++.moderated 新闻组

Herb Sutter 的“本周大师” - http://gotw。 ca/gotw/index.htm

开始学习boost(boost.org),这将是刷新c++和stl的好方法。

C++ 编码标准:101 条规则、指南和最佳实践(C++ 深度系列)——小而易于阅读的地铁书籍。 它可以帮助您刷新知识。
“C++ 深入系列”中的其他书籍也不错。

Read STL - C++ feeds on stackoverflow =)

comp.lang.c++
comp.lang.c++.moderated news groups

Herb Sutter's "Guru of the week" - http://gotw.ca/gotw/index.htm

Start learn boost (boost.org), it will be good way to refresh c++ and stl.

C++ Coding Standards : 101 Rules, Guidelines, and Best Practices (C++ in Depth Series) - small and easy for reading in subway book. It helps you refresh your knowledges.
Other books from "C++ in Depth Series" nice too.

请止步禁区 2024-07-23 10:31:42

对我来说,关于 STL 的最好的书是 Matthew H. Austern 的《通用编程和 STL》。 它从概念的角度很好地解释了 STL,而不是作为如何使用它的参考或教程。

For me, the best book on the STL is "Generic Programming and the STL" by Matthew H. Austern. It explains the STL very well from a conceptual point of view, rather then being a reference or tutorial on how to use it.

夢归不見 2024-07-23 10:31:42

一些可以回忆一下的 YouTube 视频:

STL 矢量第 1 部分

STL 列表第 1 部分

Some YouTube videos to refresh memory:

STL vector part 1

STL list part 1

穿透光 2024-07-23 10:31:42

大约四年前,我遇到了完全相同的问题。 从 java 角色转向 c++。

我发现的最有用的书是“Effective STL”——Scott Meyers。 这解释了如何正确使用 stl,一旦你的头脑解决了这个问题,你的其他 C++ 知识就会如潮水般涌来。

如果读完此文后您对 C++ 的所有复杂性感到困惑或仍然不确定,请阅读同一作者的“Effective C++”和“More Effect C++”。 所有有效书籍都短小精悍。

而且我的桌子上总是放着斯特劳斯特鲁普的书,我会在需要时翻阅它。

I faced the exact same problem about 4 years ago. Moving from a java role back to c++.

The most useful book I found was "Effective STL" - Scott Meyers. This explains how to use the stl properly once your head gets around this your other C++ knowledge will come flooding back.

If you are struggling or still unsure of all the intricess of c++ after this read "Effective C++" and "More Effective C++" by the same author. All the Effective books are short and concise.

Also I always have Stroustrup's book on my desk, And I dip into it as I need to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文