𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

C++ Standard Library Practical Tips (Programming Series)

✍ Scribed by Greg Reese


Year
2005
Tongue
English
Leaves
561
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;C / C++;


πŸ“œ SIMILAR VOLUMES


C++ Standard Library Practical Tips
✍ Greg Reese πŸ“‚ Library πŸ“… 2005 πŸ› Charles River Media 🌐 English

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 p

C++ Standard Library Practical Tips
✍ Greg Reese πŸ“‚ Library πŸ“… 2005 πŸ› Charles River Media 🌐 English

This volume is definitely worth a read or two, if you want to open your eyes to a variety of applications of STL containers and algorithms. For people already into the practice and way of using STL on a regular basis, it gives you reinforcement and validation that you did good and right in your prev

C++ Programming with the Standard Templa
✍ Musser D.R., Derge G.J., Saini A. πŸ“‚ Library πŸ“… 2001 πŸ› Addison-Wesley 🌐 English

Standard Template Libraries (STL) were created to provide C++ programmers with a suite of rusable programs, or lines of code, that could be used by everyone to increase programming productivity and quality. This book is the definitive reference on C++ programming using STL, as it was written by the

C++: A Dialog: Programming with the C++
✍ Steve Heller, Chrysalis Software Corp. πŸ“‚ Library πŸ“… 2002 πŸ› Prentice Hall PTR 🌐 English

From the first time I encountered this book I was impressed with the idea and approach of teaching someone with no background whatsoever. This almost guaranteed a comprehensive coverage of a language that definitely has its complexities. The book as a whole, with its give and take between the author

Data Structure Programming: With the Sta
✍ Joseph Bergin (auth.) πŸ“‚ Library πŸ“… 1998 πŸ› Springer-Verlag New York 🌐 English

<p>Once programmers have grasped the basics of object-oriented programming and C++, the most important tool that they have at their disposal is the Standard Template Library (STL). This provides them with a library of re-usable objects and standard data structures. It has recently been accepted by t