รูปภาพสินค้า รหัส9780321227256
9780321227256
-
ผู้เขียนAleksey Gurtovoy, David Abrahams

ส่วนลด 0 %
ราคาปก 1,620.00 บาท
ราคาสุทธิ 1,620.00 บาท
Bookmark and Share
รายละเอียดหนังสือ
รหัสสินค้า: 9780321227256
จำนวน: 373 หน้า
ขนาดรูปเล่ม: 188 x 234 x 20 มม.
น้ำหนัก: 660 กรัม
เนื้อในพิมพ์: ขาวดำ 
ชนิดปก: ปกอ่อน 
ชนิดกระดาษ: -ไม่ระบุ 
หน่วย: เล่ม 
สำนักพิมพ์: Addison-Wesley Publishing Company, Inc. 
:: เนื้อหาโดยสังเขป
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.
:: สารบัญ
Chapter 1 Introduction
Chapter 2 Traits and Type Manipulation
Chapter 3 A Deeper Look at Metafunctions
Chapter 4 Integral Type Wrappers and Operations
Chapter 5 Sequences and Iterators
Chapter 6 Algorithms
Chapter 7 Views and Iterator Adaptors
Chapter 8 Diagnostics
Chapter 9 Crossing the Compile-Time/Runtime Boundary
Chapter 10 Domain-Specific Embedded Languages
Chapter 11 A DSEL Design Walkthrough