哪本STL参考书值得推荐?

发布于 2024-08-08 01:43:13 字数 1539 浏览 3 评论 0原文

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

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

发布评论

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

评论(6

腹黑女流氓 2024-08-15 01:43:13

Scott Meyers 的所有书籍都非常出色,包括“Effective STL”。它不是一本手册或教程,但值得拥有。

All of Scott Meyers' books are excellent, including "Effective STL". It's not a handbook or a tutorial, but worth having.

情深如许 2024-08-15 01:43:13

我阅读了C++ 标准库:教程和参考,并发现它非常有用。在阅读本书之前,我已经是一名“非常高级”的 C++ 程序员了,而且我并不觉得自己在浪费时间阅读大量初学者材料。

I read The C++ Standard Library: A Tutorial and Reference, and found it extremely useful. I was already a "very advanced" C++ programmer before I read it, and I didn't feel like I was wasting my time reading through lots of beginner material.

灰色世界里的红玫瑰 2024-08-15 01:43:13

我只有 Josuttis 的书《The C++ Standard Library: A Tutorial and Reference》,所以我无法提供比较,但是那本书非常好,所以我认为如果你选择了那个。另请注意,Josuttis 涵盖了整个标准库,而其他书籍似乎只涉及 STL;这就是我买这本书的原因,因为我也想了解 I/O 之类的东西,它不是 STL 的一部分。

I only have Josuttis's book The C++ Standard Library: A Tutorial and Reference, so I can't provide a comparison, but that book is very good, so I don't think you'd go wrong if you picked that. Also note that Josuttis covers the whole standard library whereas the other books seem to be only about the STL; that was the reason I got that book because I also wanted to understand things like I/O, which is not part of the STL.

辞慾 2024-08-15 01:43:13

Josuttis 的书对我来说非常有用,但大多数时候我直接前往同伴 web网站

The Josuttis book has been very useful to me, but most of the time I head straight for the companion web site.

神经大条 2024-08-15 01:43:13

我会选择第一个 - Josuttis 的《C++ 标准库:教程和参考》的深度。我喜欢保留 O'Reilly 的 STL Pocket Reference 以便快速查找。

I would go with the first - Josuttis' The C++ Standard Lib: Tutorial and Reference for the depth. I like to keep O'Reilly's STL Pocket Reference around for quick lookups.

疏忽 2024-08-15 01:43:13

如果您需要的只是参考,例如功能是什么等,您可以尝试 SGI STL 参考文档。当然,这不是一本书,而且有点过时,但它做得相当好,并且有很好的概念文档等。

只是我的两分钱!

SGI STL 文档

If all you need is a reference reference, like what are the functions etc. you can try the SGI STL reference documentation. Granted, it's not a book, and it is a bit dated, but it's fairly well done, and has good documentation of concepts etc.

Just my two cents!

SGI STL Documentation

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