forked from iZhangHui/cppstdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (15 loc) · 1.11 KB
/
README
File metadata and controls
23 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
These are the examples from the following book:
Nicolai M. Josuttis
The C++ Standard Library - A Tutorial and Reference - 2nd Edition
Addison Wesley Longman, 2012
ISBN-13 978-0-321-62321-8
ISBN-10 0-321-62321-5
For further informations see:
http://www.cppstdlib.com
Copyright 2012 by Addison Wesley Longman, Inc. and Nicolai M. Josuttis.
These examples are covered under the copyright and warranty notices printed in that book. However, the publisher grants permission, without fee, for the code to be copied and used for personal and educational purposes, provided that the citation above, including the copyright notice, appears with each copy made.
Note that any commercial use of this code requires the explicit written permission of the publisher. To obtain permission, please submit a written request to Pearson Education, Inc., Permissions Department, One Lake Street, Upper Saddle River, New Jersey 07458, USA,
or you may fax your request to +1-201-236-3290.
I welcome your feedback.
The best way to reach me is by Email.
See http://www.cppstdlib.com/feedback.html for details.