Charles River Media, 2005, ISBN: 1584504005, 542 pages. C++ Standard Library Practical Tips teaches beginning and experienced programmers how to use the Standard Library and its major component the Standard Template Library (STL) effectively in routine programming chores. The book provides 100 quick, easy-to-use tips and solutions to common programming problems such as using the right container, getting a C-style array from a vector, initializing a map with specified values, and computing the mean, median, and mode. The solutions are grouped by topics including, lists, deques, vectors, text processing, numerical algorithms, numerical processing, and containers so programmers can quickly look up a solution when they encounter a problem. To demonstrate the use of the tips in practical application, the book concludes with a capstone project about digital image processing and, in particular, image enhancement. This application shows the power of the Standard Library as it graphically illustrates how just a few lines of Standard Library code can produce major changes in the appearance of an image.
Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
Ninnat Aupala, 2015. — 100 p. — ASIN: B00TI9GAA8
When a variable is defined in a C program, the compiler will find and allocate unused locations in memory to that variable to use. Since the area of memory consist of a lot of cells, each cell is identified by a unique number called its memory address (or, for short, that address), to distinguish it from the other cells in...
Prentice Hall , 2013. — 488 p. — 4th ed. — ISBN: 0136085318, 9780136085317
In Engineering Problem Solving with C, 4e, best-selling author, Delores Etter, uses real-world engineering and scientific examples and problems throughout the text. Solutions to the problems are developed using the language C and the author's signature five-step problem solving process. Since learning...
Addison-Wesley Professional, 2012. — 1189 p. — ISBN: 0321623215, 978032162321. The Best-Selling C++ Resource. Now Updated for C++11. The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a...
Apress, 2013. — 304 p. — ISBN: 9781430264002 C is the most widely used programming language of all time. It has been used to create almost every category of software imaginable and the list keeps growing every day. Cutting-edge applications, such as Arduino, embeddable and wearable computing are ready-made for C. Advanced Topics In C teaches concepts that any budding programmer...
O’Reilly, 2014. — 334 p. — ISBN-10: 1491903996, ISBN-13: 978-1-491-90399-5. At first glance, C++11 and C++14 are defined by the new features they introduce, e.g., auto type declarations, move semantics, lambda expressions, and concurrency support. Information on these features is easy to come by, but learning to apply them effectively (such that the resulting software is...
Packt Publishing, 2017. — 461 p. — ISBN: 978-1787121706. Key Features Delve into the fundamentals of multithreading and concurrency and find out how to implement them Explore atomic operations to optimize code performance Apply concurrency to both distributed computing and GPGPU processing Multithreaded applications execute multiple threads in a single processor environment,...