|
|
@@ -81,6 +81,9 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="array/index.html">array</a> - STL compliant
|
|
|
container wrapper for arrays of constant size, from
|
|
|
Nicolai Josuttis.</li>
|
|
|
+ <li><a href="asio/index.html">asio</a> - Portable networking, including
|
|
|
+ sockets, timers, hostname resolution and socket iostreams, from
|
|
|
+ Chris Kohlhoff.</li>
|
|
|
<li><a href="assign/index.html">assign</a> - Filling containers
|
|
|
with constant or generated data has never been
|
|
|
easier, from Thorsten Ottosen.
|
|
|
@@ -467,6 +470,9 @@ how to download, build, and install the libraries.</p>
|
|
|
<h3><a name="Concurrent">Concurrent</a> Programming</h3>
|
|
|
|
|
|
<ul>
|
|
|
+ <li><a href="asio/index.html">asio</a> - Portable networking, including
|
|
|
+ sockets, timers, hostname resolution and socket iostreams, from
|
|
|
+ Chris Kohlhoff.</li>
|
|
|
<li><a href="interprocess/index.html">interprocess </a>- Shared memory, memory mapped files,
|
|
|
process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
|
|
|
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
|
|
|
@@ -556,6 +562,9 @@ how to download, build, and install the libraries.</p>
|
|
|
|
|
|
<h3><a name="IO">Input/Output</a></h3>
|
|
|
<ul>
|
|
|
+ <li><a href="asio/index.html">asio</a> - Portable networking, including
|
|
|
+ sockets, timers, hostname resolution and socket iostreams, from
|
|
|
+ Chris Kohlhoff.</li>
|
|
|
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|