Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Learning Boost C++ Libraries

    Posted By: AlenMiler
    Learning Boost C++ Libraries

    Learning Boost C++ Libraries by Arindam Mukherjee
    English | 31 July 2015 | ISBN: 1783551216 | 558 Pages | EPUB/MOBI/PDF (True) | 57.95 MB
    With: Code Files

    If you are a C++ programmer who has never used Boost libraries before, this book will get you up-to-speed with using them. Whether you are developing new C++ software or maintaining existing code written using Boost libraries, this hands-on introduction will help you decide on the right library and techniques to solve your practical programming problems.

    Solve practical programming problems using powerful, portable, and expressive libraries from Boost

    About This Book

    Learn to apply the breadth of Boost libraries, including containers, smart pointers, regular expressions, threads, network I/O, and other utilities through practical programming examples
    Write clear and succinct C++ code that is efficient and maintainable
    Speed up using the Boost libraries without any prior knowledge, using an in-depth tutorial introduction

    What You Will Learn

    Write efficient and maintainable code using expressive interfaces from Boost libraries
    Leverage a variety of flexible, practical, and highly efficient containers and algorithms beyond STL
    Solve common programming problems by applying a wide array of utility libraries
    Design and write portable multithreaded code that is easy to read and maintain
    Craft highly scalable and efficient TCP and UDP servers
    Build and deploy Boost libraries across a variety of popular platforms
    Use C++11 functionality and emulate C++11 language features in C++03 code

    In Detail

    Filled with dozens of working code examples that illustrate the use of over 40 popular Boost libraries, this book takes you on a tour of Boost, helping you to independently build the libraries from source and use them in your own code.

    The first half of the book focuses on basic programming interfaces including generic containers and algorithms, strings, resource management, exception safety, and a miscellany of programming utilities that make everyday programming chores easy. Following a short interlude that introduces template metaprogramming and functional programming, the later chapters are devoted to systems programming interfaces, focusing on directory handling, I/O, concurrency, and network programming