1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<link rel="Stylesheet" type="text/css"
href="ns4.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<!-- For CSS2 capable browsers -->
<style type="text/css" media="screen"> @import url(zthread.css);</style>
<script type="text/javascript" src="bugs.js"></script>
<title></title>
</head>
<body>
<!-- old browser detection -->
<div class="compliance">
<strong>
If you can read this text, it means you are not experiencing this website at its best.
This website is designed for used with a <a href="http://www.webstandards.org/upgrade/">standards-compliant browser</a>.
</strong>
</div>
<div class="header">
<div class="version">Current version: <em>2.3.2</em></div>
<div class="title">
ZThreads
<div class="caption">A platform-independent, multi-threading and synchronization library for C++</div>
</div>
<div class="tabs">
<a href="#" class="current">Home</a>
<a href="documentation.html">Documentation</a>
<a href="download.html">Download</a>
<a href="cvs.html">CVS</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="content">
Version 2.3.2 was released on 03/13/05. You can read more about some of the new changes in the <a href="documentation.html">documentation</a> section.
<p>
</div>
<div class="footer">
ZThreads is Copyright © 2000-<span>2005</span> by
<a href="#">Eric Crahen</a>, see the
<a href="http://www.opensource.org/licenses/mit-license.php">license</a> for details.
</div>
</body>
</html>
|