Boost logo

Boost-Commit :

From: mconsoni_at_[hidden]
Date: 2007-07-03 13:43:40


Author: mconsoni
Date: 2007-07-03 13:43:39 EDT (Tue, 03 Jul 2007)
New Revision: 7351
URL: http://svn.boost.org/trac/boost/changeset/7351

Log:
- Added two paragraphs describing the new tutorials (3, 4 and 5).

Text files modified:
   sandbox/libs/extension/doc/tutorials.qbk | 18 ++++++++++++++----
   1 files changed, 14 insertions(+), 4 deletions(-)

Modified: sandbox/libs/extension/doc/tutorials.qbk
==============================================================================
--- sandbox/libs/extension/doc/tutorials.qbk (original)
+++ sandbox/libs/extension/doc/tutorials.qbk 2007-07-03 13:43:39 EDT (Tue, 03 Jul 2007)
@@ -12,10 +12,20 @@
 [include tutorial4.qbk]
 [include tutorial5.qbk]
 [include tutorial6.qbk]
-Only the first and second tutorials are currently complete. The first tutorial
-is a basic hello world example. The second tutorial is a more complex example
-involving multiple inheritance, virtual inheritance, and inheritance across
-shared libraries.
+
+We have written five tutorials until now.
+
+The first tutorial is a basic hello world example. The second tutorial is a more
+complex example involving multiple inheritance, virtual inheritance, and inheritance
+across shared libraries.
+
+The third tutorial shows how to register classes with multi parameter constructors.
+The fourth tutorial is a about multiple library loading, with some strange cases
+like loading the same library many times and loading very similar classes.
+
+The fifth tutorial is an advanced example of using the Info class. You could see
+a basic example in the Info class section too.
+
 The tutorial code can be found in the examples folder. They all share the same
 Jamfile, but the Jamfile contents are separated out for each tutorial.
 [endsect]
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk