1. boost learning note (2) Boost.Core

    Introduction

    The Boost.Core library is a collection of core utilities. The criteria for inclusion is that the utility component be:

    • simple
    • used by other Boost librarys, and
    • not dependent on any other Boost modules except Core itself, Config, Assert, Static Assert, or Predef.

    addressof

    Overview

    The header <boost/core …

    Tagged as : boost
  2. boost learning note (1) getting started on Windows

    1 Get boost

    just find a copy on https://www.boost.org

    2 The boost distribution

    boost_1_67_0\ .................The “boost root directory”
       index.htm .........A copy of www.boost.org starts here
       boost\ .........................All Boost Header files
       lib\ .....................precompiled library binaries
       libs\ ............Tests, .cpps, docs, etc., by library
         index.html ........Library …
    Tagged as : boost

Pages