Average customer rating: |
Space and Beyond: The Frontier Theme in Science Fiction (Contributions to the Study of Science Fiction and Fantasy)
Manufacturer: Greenwood Press ProductGroup: Book Binding: Hardcover ASIN: 0313308462 |
Book Description
Although the exploration of space has long preoccupied authors and filmmakers, the development of an actual space program, discoveries about the true nature of space, and critical reconsiderations of America's frontier experiences have challenged and complicated conventional portrayals of humans in space. This volume reexamines the themes of space and the frontier in science fiction in light of recent scientific and literary developments. From this new perspective, we discern previously unnoticed commentaries from older authors, while newer writers either remain within a reassuring but obsolete tradition, venture into unexplored new realities, or abandon space to focus on other frontiers. The intriguing contributions to this volume include a previously unpublished interview with Arthur C. Clarke, the world's greatest living author of science fiction; examinations of "space opera" by veteran author Jack Williamson and scholar David Pringle; surveys of space in science fiction film, and writer and producer Michael Cassutt's account of his efforts to launch a film based on a Clifford D. Simak novel; and speculations about future developments from noted writers Gregory Benford, Jack Dann, James Gunn, and Howard V. Hendrix.
Average customer rating: |
Space and Beyond: The Frontier Theme in Science Fiction.(Review) (book review): An article from: Utopian Studies
Peter Ruppert Manufacturer: Society for Utopian Studies ProductGroup: Book Binding: Digital ASIN: B0008I6J5Y Release Date: 2005-07-28 |
Book Description
This digital document is an article from Utopian Studies, published by Society for Utopian Studies on January 1, 2001. The length of the article is 1099 words. The page length shown above is based on a typical 300-word page. The article is delivered in HTML format and is available in your Amazon.com Digital Locker immediately after purchase. You can view it with any web browser.
Average customer rating: |
Sport Fans: The Psychology and Social Impact of Spectators
Daniel L. Wann Manufacturer: Routledge ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0415924642 |
Book Description
This is a book on sport fans and spectators which will appeal mostly to undergraduate and graduate students in psychology, sociology, sports marketing and HPER. It is a thorough introduction to social and behavioral science methods and applications as applied to sports fandom.
Average customer rating:
|
The Abbot and the Sensational Squeeze (Master Bridge Series)
David Bird Manufacturer: Victor Gollancz ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0575067411 |
Book Description
The Abbot and the Sensational Squeeze is the sixth title in the celebrated series about the bridge-playing monks of St. Titus. Brilliantly funny and filled with instructive bridge deals.Customer Reviews:
The Abbot goes on but the jokes get a little thin.......2001-06-02
Like all of the other works in this series, this book follows the adventures of the fictional bridge playing monks of the order of St. Titus. Each chapter sees the monks in some bridge situation where they play a number of hands. The bidding is normally English Acol style but this is secondary to the play of the hands which is where the interesting bridge problems can be found.
While the earlier books all concentrated on the exploits of the monks in England, they also contained a number of chapters detailing the exploits of a missionary outpost in Africa. Political correctness having see off that scenario, the "away" section of the book has the Abbot, the leading character, playing as the guest expert on a bridge cruise, an interlude which is a lot less funny than the rest of the book.
If you are new to the monks of St.Titus, I would recommend that you first track down some of the earlier books. Especially the first two: "Miracles of Cardplay" and "Unholy Tricks" as they are funnier and fresher. However, if you are already a fan of these books, do not hesitate. Reese may be missing from the front cover and the wit may not be as sharp but you will still enjoy the contents.
Great mixture of humor and excellent bridge hands!.......2001-01-27
The Foibles of the Abbot Amuse.......1999-12-17
Average customer rating:
|
STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
David R. Musser , Gillmer J. Derge , and Atul Saini Manufacturer: Addison-Wesley Professional ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0201379236 |
Customer Reviews:
I found MSDN more useful than this book.......2003-08-16
Good for Beginners and Intermediate Users.......2002-08-30
Additionally, both the index and the overall organization of the book leave much to be desired.
The book, however, is a valuable reference for beginning and intermediate programmers. It explains the STL (Standard Template Library) from the ground up, explaining when, where, and why you would use any particular aspect of the STL, how to use the STL, and sufficient examples to understand correct syntax. This book also contains a detailed section of applying the STL to real-life programming examples. Furthermore, the book also contains a comprehensive reference guide for quick and easy access to pertinent information about STL aspects you frequently use and modestly comprehend.
If you are a beginning or intermediate programmer, this book is worth adding to your collection.
Tutorial and Reference Worth Having.......2002-01-08
The tutorial aspect of this book, which comprises the first part of the book, makes a strong case for not re-inventing the wheel, but rather using the containers, iterators and algorithms in the standard library. Practical examples come right from the start. This may take some getting used to by those who have never seen STL used before, however, the excitement is tonic.
Also, the approach, of showing STL use before getting into the theories of iterator-based access, has been adopted in several subsequent C++ texts by teachers of C++ and has been found pedagogically sound.
Don't overlook the precision and clarity of the (English) language discussion of the STL in the tutorial. It's worth reading every so often as a refresher.
And the value of the reference section, which is easy to navigate and has everything in it that most other books dealing with STL don't is great indeed.
On the whole, if you work in C++, this is a carefully put-together book that will have lasting value and continual use in your library.
Useful, but not Handy.......2001-11-25
He says, for instance, that "This is a good solid book that will get you up to speed quickly on all the important ideas in STL, and many of its basic usage idioms", but then naievely claims that "there aren't any higher level ideas than those presented here". Does the book cover only basic concepts, or is it that if the book doesn't cover it, it is not knowledge?
The book is full of concrete examples. But my problem was that they were trivial. Reversing or sorting or finding characters within a string is great fun. But it doesn't help me understand who owns the memory within a container. Or how to directly and safely reference an element at an arbitrary position within a container outside of an iteration loop. A majority of the examples use trivial intrinsic datatypes for contained elements; how is using a struct or class different?
All of those issues are important aspects of using the library, and not something I think a busy reader should leave to "a little imagination". While most of the disputed facts are eventually available in the text, they're not easy to find. The organization of the book isn't quite intuitive enough to make it a thoughtful reference or a breezy tutorial.
And, in many cases, once found, they're not clear. John cited page 151 for an explanation of the differences between some of the collections. There, it says "With maps an multimaps, the data items are pairs of keys and data of some other type..." What's that mean? Two keys and data of some other type? Or a key and data of some other type? Does "pairs" mean "two", or an instance of the "pairs" utility class?
The book really is missing information. None of the examples do any error checking whatsoever, and the exceptions that the templates throw aren't described. (Maybe, like priority queues, error handling was formalized after the book went to press. It is showing its age, and there's now a 2nd edition. I haven't purchased it.)
It's ambitious to write a book that tries to serve as both a tutorial and the reference. (Me, I think it's just impossible.) This book does very well, but falls short of adequately completing either goal.
I think that there's a bias against this book because it doesn't fit well with the way these reviewers would have liked to learn the subject at hand. I know that's where I landed. While true masters do indeed make it look simple, making it look simple doesn't help learning. Otherwise, we could all watch Tiger Woods for a few Sundays before taking home a Buick and a six-figure check.
Not the best.......2001-11-25
The real problem is that this book only does the STL, not the other parts of the standard library like strings and iostreams. The typical C++ programmer looking to become more modern is going to want to know all the new stuff, not just this little slice of it. If you're already familiar with the standard library and want a book on only STL, you can consider this a 4-star rating. The book is okay for what it does, but I don't see why anyone would want it, as you're going to have to buy a second book if you get this one.
Average customer rating:
|
The C++ Standard Library Extensions: A Tutorial and Reference
Pete Becker Manufacturer: Addison-Wesley Professional ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0321412990 |
Customer Reviews:
A "must have" book for C++ programmers.......2006-09-05
many improvements and exercises.......2006-08-25
Average customer rating:
|
The C++ Standard Library: A Tutorial and Reference
Nicolai M. Josuttis Manufacturer: Addison-Wesley Professional ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0201379260 |
Amazon.com
Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively.The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library (STL) for containers (like vectors and linked lists), as well as generic algorithms (which allow you to sort, search, and manipulate elements inside containers). The best thing about The C++ Standard Library is that it gives the reader a concise guide to working with these basic containers (from lists to sets and maps, with everything in between). Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods. (Learn just a few methods and you can pretty much work with them all.)
In addition to STL, this book excels at providing a readable introduction to the generic algorithms (which can be used to sort, search, and otherwise manipulate STL containers). Other books either fold this material in with the explanation of containers or make it seem like an esoteric topic. The fact is, generic algorithms work with all the STL types, and by separating these algorithms out like this the reader can learn the rich array of algorithms available in today's standard C++. While this book concentrates on STL and algorithms, readers will still find great coverage on Standard Library string classes and streams (including a fine section on internationalization and locales).
For the beginning or intermediate C++ programmer, The C++ Standard Library can be a real timesaver. It arranges and explains the complexities of the C++ Standard Library and STL in a manageable format that's great as a reference and as an approach to programming. --Richard Dragan
Topics covered: history of C++ and the Standard Library, template basics, Big-O Notation, the std namespace, standard exceptions, allocators, standard library utilities, pairs and auto_ptr, numeric limits, the Standard Template Library (STL) basics, containers, iterators, algorithms, vectors, lists, deques, strings, sets, multisets, bitsets, maps, multimaps, stacks, queues, iterator adapters, function objects, element requirements, value and reference semantics, complex numbers, valarrays, stream classes, stream manipulators and formatting, file I/O, internationalization, and locales.
Customer Reviews:
Excellent.......2007-07-26
C++ Programmers: Don't try to live without this book.......2007-07-05
Its title says it all.......2007-05-03
Stop searching, this is the one you want.......2007-03-29
As a public service: It's a very decent up-to-date book on STL.......2007-02-20
Books:
Recommended Books