Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/usage/recomendations.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 1.7 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>Boost Test Library how to</TITLE>
4<LINK rel="stylesheet" type="text/css" href="../style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="../style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</HEAD>
9<BODY> 
10<DIV class="header"> <A href="../index.html">Boost.Test</A> > <SPAN class="current_article">Usage
11    recommendations</SPAN></DIV> 
12<DIV class="body"> <IMG src='../btl1.gif' width='252' height='43' alt="Boost Test logo"> 
13  <H1 class="subtitle">Usage recommendations</H1> 
14  <P class="first-line-indented">On these pages I collected tips and recommendations
15    on how to use and apply Boost Test in your real life practice. You don't
16    necessarily need to follow them, but I found them handy.</P>
17  <UL>
18    <LI><A href="generic.html">Generic</A></LI>
19    <LI><A href="msvc65.html">Microsoft Visual Studio 6.5 users specific</A></LI>
20    <LI><A href="msvc_net.html">Microsoft Visual Studio .NET users specific</A></LI>
21    <LI><A href="command_line.html">Command-line (non-GUI) users specific</A></LI>
22    </UL>
23</DIV> 
24<DIV class="footer"> 
25  <DIV class="footer-body"> 
26    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
27        Rozental</A> 2001-2005. <BR> 
28      Distributed under the Boost Software License, Version 1.0.
29      (See accompanying file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
30      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
31    <P>Revised:
32      <!-- #BeginDate format:Sw1 -->26 January, 2004<!-- #EndDate --> 
33    </P> 
34  </DIV> 
35</DIV> 
36</BODY>
37</HTML>
Note: See TracBrowser for help on using the repository browser.