llvm官网上推荐的c++网站

The C++ Standard Template Library

LLVM makes heavy use of the C++ Standard Template Library (STL), perhaps much more than you are used to, or have seen before. Because of this, you might want to do a little background reading in the techniques used and capabilities of the library. There are many good pages that discuss the STL, and several books on the subject that you can get, so it will not be discussed in this document.

Here are some useful links:

  1. cppreference.com - an excellent reference for the STL and other parts of the standard C++ library.

  2. cplusplus.com - another excellent reference like the one above.

  3. C++ In a Nutshell - This is an O’Reilly book in the making. It has a decent Standard Library Reference that rivals Dinkumware’s, and is unfortunately no longer free since the book has been published.

  4. C++ Frequently Asked Questions.

  5. Bjarne Stroustrup’s C++ Page.

  6. Bruce Eckel’s Thinking in C++, 2nd ed. Volume 2. (even better, get the book).

You are also encouraged to take a look at the LLVM Coding Standards guide which focuses on how to write maintainable code more than where to put your curly braces.

posted @ 2024-02-02 18:12  柳安花明  阅读(6)  评论(0编辑  收藏  举报