很好的简短且可免费下载的 STL 教程

发布于 2024-08-16 03:38:41 字数 1539 浏览 0 评论 0 原文

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

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

发布评论

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

评论(5

糖粟与秋泊 2024-08-23 03:38:41

它不是一本书并且可以免费下载,而是 Scott Myers Effective STL 与我认为一份好的 STL 参考资料对于面试准备来说是无价的。

Its not a book and for free download, but Scott Myers Effective STL in combination with a good STL reference is in my opinion invaluable for an interview preparation.

橘虞初梦 2024-08-23 03:38:41

http://www.sgi.com/tech/stl/

http://www.cplusplus.com/reference/stl/

这是两个非常好的 STL 参考站点。对于面试,我建议参考C++标准库:Nicolai M. Josuttis 的教程和参考

http://www.sgi.com/tech/stl/

http://www.cplusplus.com/reference/stl/

These are two very good sites for STL reference. For interview I would suggest to refer good book The C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis .

云巢 2024-08-23 03:38:41

O'Reilly 的 STL Pocket 参考

熟悉该标准的程序员
模板库需要一个小的,
轻量级记忆辅助。就是这样
STL Pocket Reference 是。它是
体积小、重量轻且充满
您可以在以下位置获取的信息
一目了然,这样您就可以继续您的工作
工作。

ACCU 评论是:推荐。

您可以下载 PDF 版本,价格为 7.99 美元

STL Pocket Reference from O'Reilly :

Programmers familiar with the Standard
Template Library need a small,
lightweight memory-aid. That's what
the STL Pocket Reference is. It's
small, lightweight, and chock-full of
information that you can take in at a
glance, so you can get on with your
work.

ACCU review is: Recommended.

You can download it as PDF for $7.99

じ违心 2024-08-23 03:38:41

Apache C++ 标准库用户指南 是最类似教程的可下载材料我所知道的STL。不过,它是一堆 HTML 文件。

The Apache C++ Standard Library User's Guide is the most tutorial-like downloadable material on STL I know of. It's a pile of HTML files, though.

狼性发作 2024-08-23 03:38:41

几个月前我才开始选择这个网站,我发现这个网站最有用:

http: //www.cppreference.com/wiki/stl/start

另一个有用的网站,特别是当我想要更多详细信息时:

http://www.cplusplus.com/reference/stl/

有几个人链接到了 sgi 这里,有一个 .zip 可下载版本 - 它不是很短,很快,或者很方便,因为本质上您是将网站下载为 html 文件的存档,但是一旦您掌握了容器和算法的窍门,这就是一个完整的参考,您不需要互联网。

http://www.sgi.com/tech/stl/download.html

*这三个都是免费的。

I just started picking this up a couple of months ago, I found this website the most useful:

http://www.cppreference.com/wiki/stl/start

Another useful site, especially when I wanted more detail:

http://www.cplusplus.com/reference/stl/

And a couple of people have linked to sgi here, there's a .zip downloadable version of that -- it's not very short, quick, or handy, because essentially you're downloading the site as an archive of html files, but once you get the hang of the containers and algorithms, this is a complete reference for which you don't need the internet.

http://www.sgi.com/tech/stl/download.html

*All three are free.

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