diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-04-28 15:47:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-04-28 15:47:14 +0000 |
commit | 742f2b7b74c31c92759c94770d3e59e7947d4e5f (patch) | |
tree | 513e6cd18c5a13da7c94fb6124fe99191160089a /examples | |
parent | bcf6eb5e756bf23ad98a76e3e4d0a36c011b4bb2 (diff) | |
download | ATCD-742f2b7b74c31c92759c94770d3e59e7947d4e5f.tar.gz |
ChangeLogTag:Sun Apr 28 08:19:37 2002 Balachandran Natarajan <bala@guajira.cs.wustl.edu>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/C++NPv1/README | 6 | ||||
-rw-r--r-- | examples/C++NPv2/README | 61 |
2 files changed, 64 insertions, 3 deletions
diff --git a/examples/C++NPv1/README b/examples/C++NPv1/README index 898b43d1919..747fa24ecfc 100644 --- a/examples/C++NPv1/README +++ b/examples/C++NPv1/README @@ -1,9 +1,9 @@ (This is file $Id$) The files in this directory contain the source code from the book -``C++ Network Programming: Mastering Complexity Using Patterns and -ACE'' (C++NPv1) by Douglas C. Schmidt and Stephen D. Huston -(Addison-Wesley 2001, ISBN 0201604647). +``C++ Network Programming: Mastering Complexity Using ACE and +Patterns'' (C++NPv1) by Douglas C. Schmidt and Stephen D. Huston +(Addison-Wesley 2001, ISBN 0-201-60464-7). We have compiled and run these files on the following platforms: diff --git a/examples/C++NPv2/README b/examples/C++NPv2/README new file mode 100644 index 00000000000..c77bc6d447a --- /dev/null +++ b/examples/C++NPv2/README @@ -0,0 +1,61 @@ +(This is file $Id$) + +The files in this directory contain the source code from the book +``C++ Network Programming: Systematic Reuse with ACE and Frameworks'' +(C++NPv2) by Douglas C. Schmidt and Stephen D. Huston (Addison-Wesley +2001, ISBN 0-201-79525-6). + +We have compiled and run these files on the following platforms: + + Sun Solaris 8 on SPARC using Sun Forte 6. + Redhat Linux 7.1 using g++ 2.96. + Microsoft Windows 2000 using Microsoft Visual C++ 6. + +You must have the ACE_ROOT environment variable set correctly to build +these examples. ACE_ROOT must refer to the top-level ACE_wrappers +directory. Please see $ACE_ROOT/ACE-INSTALL.html for instructions on +how to build the ACE toolkit. + +Mapping Source Files to Book Chapters +------------------------------------- + +The files in this directory map to the chapters in C++NPv2 as follows: + +Chapter 3 +Chapter 4 +Chapter 5 +Chapter 6 +Chapter 7 +Chapter 8 +Chapter 9 + +Microsoft Visual C++ users: +--------------------------- + +The examples.dsw file is a Microsoft Visual C++ workspace file that +contains projects for the individual programs. You can either build +them separately, or use the Batch Build command to build multiple +projects at once. + +All other users: +---------------- + +Assuming that your system is configured correctly, you should be able +to type + +% make + +to compile all of the programs, and + +% make clean + +to remove all the files that were generated during compilation. + +There are also individual Makefiles for each separate example program. +These makefiles have a ".mak" suffix. For example, Logging_Client.mak +is the makefile for the Logging_Client program. + +All of the files in these directories are copyright Addison Wesley, +and they come with absolutely no warranty whatsoever. Permission is +hereby granted to use these programs for educational or commercial +purposes. |