conclusion.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. Copyright David Abrahams 2006. Distributed under the Boost
  2. .. Software License, Version 1.0. (See accompanying
  3. .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. Conclusion and Further Resources
  5. ================================
  6. This concludes your introduction to Boost and to integrating it
  7. with your programs. As you start using Boost in earnest, there are
  8. surely a few additional points you'll wish we had covered. One day
  9. we may have a “Book 2 in the Getting Started series” that addresses
  10. them. Until then, we suggest you pursue the following resources.
  11. If you can't find what you need, or there's anything we can do to
  12. make this document clearer, please post it to the `Boost Users'
  13. mailing list`_.
  14. * `Boost.Build reference manual`_
  15. * `Boost.Jam reference manual`_
  16. * `Boost Users' mailing list`_
  17. * `Boost.Build mailing list`_
  18. * `Boost.Build Wiki`_
  19. * `Index of all Boost library documentation`_
  20. .. _Index of all Boost library documentation: ../../libs/index.html
  21. .. Admonition:: Onward
  22. .. epigraph::
  23. Good luck, and have fun!
  24. -- the Boost Developers
  25. .. _Boost.Build reference manual: ../../tools/build/v2/index.html
  26. .. _Boost.Jam reference manual: `Boost.Jam`_
  27. .. _Boost Users' mailing list: http://www.boost.org/more/mailing_lists.htm#users
  28. .. _Boost.Build Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost.Build_V2
  29. .. _Boost.Build mailing list: http://www.boost.org/more/mailing_lists.htm#jamboost
粤ICP备19079148号