Functional Programming with C++
معرفی کتاب «Functional Programming with C++» نوشتهٔ Chris Weed در سال 2015. این کتاب در فرمت pdf، زبان انگلیسی ارائه شده است. «Functional Programming with C++» در دستهٔ بدون دستهبندی قرار دارد.
Functional Programming with C++ covers functional programming style and features of C++. Recursive functions, lambdas, futures, and functions without side effects are a few of the C++ techniques covered in this book. This includes an extensive examination of recursive implementations of STL algorithms and functions. Functional data structures are also examined as alternatives to typical C++ implementations. Annotation Abrahams and Gurtovoy have written something close to a classic marvelous fun to read (http://www.ddj.com/dept/cpp/184406161;jsessionid=2LLCHJX5UVMT4QSNDLRSKHSCJUNN2JVN?_requestid=913126) (http://www.ddj.com/dept/cpp/184406161;jsessionid=2LLCHJX5UVMT4QSNDLRSKHSCJUNN2JVN?_requestid=913126) Read the complete book review by Jack J. Woehr, Dr. Dobbs Journal, June 03, 2005 "If you're like me, you're excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we've been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming." Chuck Allison, Editor, The C++ Source C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you'll need to use the template metaprogramming effectively in your own work. This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level programmers who have learned a few advanced template techniques will see where these tricks fit in the big picture and will gain the conceptual foundation to use them with discipline. Programmers who have caught the scent of metaprogramming, but for whom it is still mysterious, will finally gain a clear understanding of how, when, and why it works. All readers will leave with a new tool of unprecedented power at their disposalthe Boost Metaprogramming Library. The companion CD-ROM contains all Boost C++ libraries, including the Boost Metaprogramming Library and its reference documentation, along with all of the book's sample code and extensive supplementary material. (http://www.ddj.com/dept/cpp/184406161;jsessionid=2LLCHJX5UVMT4QSNDLRSKHSCJUNN2JVN?_requestid=913126) C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad'template tricks'for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you'll need to use the template metaprogramming effectively in your own work. This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level programmers who have learned a few advanced template techniques will see where these tricks fit in the big picture and will gain the conceptual foundation to use them with discipline. Programmers who have caught the scent of metaprogramming, but for whom it is still mysterious, will finally gain a clear understanding of how, when, and why it works. All readers will leave with a new tool of unprecedented power at their disposal—the Boost Metaprogramming Library. Note: CD materials are only available with the print edition. "This book explains what metaprogramming is and how it is best used. It provides the foundation you'll need to use the template metaprogramming effectively in your own work." "This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level programmers who have learned a few advanced template techniques will see where these tricks fit in the big picture and will gain the conceptual foundation to use them with discipline. Programmers who have caught the scent of metaprogramming, but for whom it is still mysterious, will finally gain a clear understanding of how, when, and why it works. All readers will leave with a new tool of unprecedented power at their disposal - the Boost Metaprogramming Library."--Jacket.
دانلود کتاب Functional Programming with C++
Written for experienced C++ programmers, this book introduces template metaprogramming techniques for adding static type checking to traditionally unchecked operations and returning integral constants, discusses the relationship between algorithms and abstraction, and examines domain-specific embedded languages. The appendices introduce preprocessor metaprogramming, clarify the rules of typename and template keywords, and analyze runtime performance. The CD-ROM contains Boost C++ libraries. Annotation ©2004 Book News, Inc., Portland, OR