Boost C++ Application Development Cookbook 13504

Код товару: 13504Паперова книга

With Boost libraries you can really unleash the power of C++. Learn to build applications faster and better through a cookbook approach that uses tons of recipes to make it all so easy to assimilate and apply.

Огляд

  • Explores how to write a program once and then use it on Linux, Windows, MacOS, and Android operating systems
  • Includes everyday use recipes for multithreading, networking, metaprogramming, and generic programming from a Boost library developer
  • Take advantage of the real power of Boost and C++, to get a good grounding in using it in any project

In Detail

Boost libraries are developed by professionals, tested on multiple platforms and processor architectures, and contain reliable solutions for a wide range of tasks. This Cookbook takes you on a journey of simplifying the process of application development and guides you through writing perfect applications fast.

"Boost C++ Application Development Cookbook" provides you with a number of clear step-by-step recipes that will help you take advantage of the real power of Boost and C++, while giving you a good grounding in using it in any project.

"Boost C++ Application Development Cookbook" looks at the Boost libraries, and breaks down the mystery and confusion about which library to use in which situation. It will take you through a number of clear, practical recipes that will help you to take advantage of the readily available solutions.

Boost C++ Application Development Cookbook starts with teaching the basics of Boost libraries that are now mostly part of C++11 and leave no chance for memory leaks. Managing resources will become a piece of cake. We?ll see what kind of work can be done at compile time and what Boost containers can do. Do you think multithreading is a burden? Not with Boost. Think writing portable and fast servers is impossible? You?ll be surprised! Компілятори and operating systems differ too much? Not with Boost. From manipulating images to graphs, directories, timers, files, strings ? everyone will find an interesting topic.

You will learn everything for the development of high quality fast and portable applications. Write a program once and then you can use it on Linux, Windows, MacOS, Android operating systems.

What you will learn from this book

  • Get familiar with new data types for everyday use
  • Use pointers resources to manage
  • Get to grips with compile-time computations and assertions
  • Use Boost libraries for multithreading
  • Learn about Parallel execution of different task
  • Perform common string-related tasks using Boost libraries
  • Split all the processes, computations, and interactions to tasks and process them independently
  • Learn the basics of working with graphs
  • Explore different helper macros used to detect compiler, platform and Boost features
  • Use selected C++11 features in C++03

Approach

This book follows a cookbook approach, with detailed and practical recipes that use Boost libraries.

Who this book is written for

This book is great for developers new to Boost, and who are looking to improve their knowledge of Boost and see some undocumented details or tricks. It?s assumed that you will have some experience in C++ already, as well being familiar with the basics of STL. A few chapters will require some previous knowledge of multithreading and networking. You are expected to have at least one good C++ compiler and compiled version of Boost (1.53.0 or later is recommended), which will be used during the exercises within this book.

About the Author

Antony Polukhin was born in Russia. As a child, he could speak the Ukrainian and Hungarian languages and learned English at school. Since his school days, he was participating in different mathematics, physics, and chemistry competitions and winning them.

He was accepted into University twice: once for taking part in a city mathematics competition and again for gaining high score in an internal Universities mathematics and physics challenge. In his university life, there was not a year when he did not participate in an exam: he gained 'a's in all disciplines by writing highly difficult programs for each teacher. He met his future wife in university and graduated with honors.

For more than three years, he worked in a VoIP company developing business logic for a commercial alternative to Asterisc. During those days he started contributing to Boost and became a maintainer of the Boost.LexicalCast library. He also started making translations to Russian for Ubuntu Linux at that time.

Today, he develops a query engine for graph-oriented databases and continues to contribute to the open source. You may find his code in Boost libraries such as Any, LexicalCast, TypeTraits, Variant, and others.


He has been happily married for a year now.

810 ₴
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Boost C++ Application Development Cookbook - фото 1
Інші книги Packt Publishing
Linux Kernel Programming - Second Edition: A comprehensive and practical guide to kernel internals, writing modules, and kernel synchronization 2nd ed. Edition
292933
Kaiwan N Billimoria
1'800 ₴
The Linux DevOps Handbook: Customize and scale your Linux distributions to accelerate your DevOps workflow
263517
Damian WojslawGrzegorz Adamowicz
1'700 ₴
C++ Programming for Linux Systems: Create robust enterprise software for Linux and Unix-based operating systems 1st Edition
308351
Desislav AndreevStanimir Lukanov
2'100 ₴
Mastering Linux Security and Hardening: A practical guide to protecting your Linux system from cyber attacks, 3rd Edition
263518
Donald A. Tevault
2'100 ₴
Mastering MongoDB 7.0 - Fourth Edition: Achieve data excellence by unlocking the full potential of MongoDB 4th ed. Edition
281514
Marko AleksendricArek BoruckiLeandro Domingues
2'300 ₴
C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8 8th ed. Edition
262915
Mark J. Price
1'040 ₴1'300 ₴
Mastering Linux Administration - Second Edition: Take your sysadmin skills to the next level by configuring and maintaining Linux systems 2nd ed. Edition
282454
Alexandru CalcatingeJulian Balog
1'600 ₴
Python Data Cleaning Cookbook: Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI 2nd ed. Edition
286419
Michael Walker
1'900 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Рік
    2013
  • Сторінок
    348
  • Формат
    170х240 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Термін поставки
    10 дней

Від видавця

With Boost libraries you can really unleash the power of C++. Learn to build applications faster and better through a cookbook approach that uses tons of recipes to make it all so easy to assimilate and apply.

Огляд

  • Explores how to write a program once and then use it on Linux, Windows, MacOS, and Android operating systems
  • Includes everyday use recipes for multithreading, networking, metaprogramming, and generic programming from a Boost library developer
  • Take advantage of the real power of Boost and C++, to get a good grounding in using it in any project

In Detail

Boost libraries are developed by professionals, tested on multiple platforms and processor architectures, and contain reliable solutions for a wide range of tasks. This Cookbook takes you on a journey of simplifying the process of application development and guides you through writing perfect applications fast.

"Boost C++ Application Development Cookbook" provides you with a number of clear step-by-step recipes that will help you take advantage of the real power of Boost and C++, while giving you a good grounding in using it in any project.

"Boost C++ Application Development Cookbook" looks at the Boost libraries, and breaks down the mystery and confusion about which library to use in which situation. It will take you through a number of clear, practical recipes that will help you to take advantage of the readily available solutions.

Boost C++ Application Development Cookbook starts with teaching the basics of Boost libraries that are now mostly part of C++11 and leave no chance for memory leaks. Managing resources will become a piece of cake. We?ll see what kind of work can be done at compile time and what Boost containers can do. Do you think multithreading is a burden? Not with Boost. Think writing portable and fast servers is impossible? You?ll be surprised! Компілятори and operating systems differ too much? Not with Boost. From manipulating images to graphs, directories, timers, files, strings ? everyone will find an interesting topic.

You will learn everything for the development of high quality fast and portable applications. Write a program once and then you can use it on Linux, Windows, MacOS, Android operating systems.

What you will learn from this book

  • Get familiar with new data types for everyday use
  • Use pointers resources to manage
  • Get to grips with compile-time computations and assertions
  • Use Boost libraries for multithreading
  • Learn about Parallel execution of different task
  • Perform common string-related tasks using Boost libraries
  • Split all the processes, computations, and interactions to tasks and process them independently
  • Learn the basics of working with graphs
  • Explore different helper macros used to detect compiler, platform and Boost features
  • Use selected C++11 features in C++03

Approach

This book follows a cookbook approach, with detailed and practical recipes that use Boost libraries.

Who this book is written for

This book is great for developers new to Boost, and who are looking to improve their knowledge of Boost and see some undocumented details or tricks. It?s assumed that you will have some experience in C++ already, as well being familiar with the basics of STL. A few chapters will require some previous knowledge of multithreading and networking. You are expected to have at least one good C++ compiler and compiled version of Boost (1.53.0 or later is recommended), which will be used during the exercises within this book.

About the Author

Antony Polukhin was born in Russia. As a child, he could speak the Ukrainian and Hungarian languages and learned English at school. Since his school days, he was participating in different mathematics, physics, and chemistry competitions and winning them.

He was accepted into University twice: once for taking part in a city mathematics competition and again for gaining high score in an internal Universities mathematics and physics challenge. In his university life, there was not a year when he did not participate in an exam: he gained 'a's in all disciplines by writing highly difficult programs for each teacher. He met his future wife in university and graduated with honors.

For more than three years, he worked in a VoIP company developing business logic for a commercial alternative to Asterisc. During those days he started contributing to Boost and became a maintainer of the Boost.LexicalCast library. He also started making translations to Russian for Ubuntu Linux at that time.

Today, he develops a query engine for graph-oriented databases and continues to contribute to the open source. You may find his code in Boost libraries such as Any, LexicalCast, TypeTraits, Variant, and others.


He has been happily married for a year now.

Відгуки про Boost C++ Application Development Cookbook

Boost C++ Application Development Cookbook
Boost C++ Application Development Cookbook
810 ₴
Персонально для вас
Parallel C++: Efficient and Scalable High-Performance Parallel Programming Using HPX 2024th Edition
308362
Patrick DiehlSteven R. BrandtHartmut Kaiser
2'100 ₴
Programming: Principles and Practice Using C++ (C++ In-depth) 3rd Edition
299764
Bjarne Stroustrup
2'200 ₴
Learning OpenCV 3: Computer Vision in C++ with the OpenCV Library 1st Edition
114529
Adrian KaehlerGary Bradski
2'300 ₴
Beginning C: From Beginner to Pro 7th ed. Edition
270251
Ivor HortonGerman Gonzalez-Morris
2'400 ₴
Professional C++ (Tech Today) 6th Edition
286402
Marc Gregoire
2'400 ₴
C++ Primer Plus (Developer's Library) 6th Edition (в двух томах)
92377
Stephen Prata
2'500 ₴
Optimized C++: Proven Techniques for Heightened Performance 1st Edition
67141
Kurt Guntheroth
2'882 ₴
Practical C++ STL Programming: Real-World Applications with C++20 and C++23 First Edition
299615
Daniel Kusswurm
2'900 ₴
API Design for C++ 2nd Edition
280703
Martin Reddy
3'200 ₴
Getting Started with LLVM Core Libraries
89645
Bruno Cardoso LopesRafael Auler
800 ₴
Professional Java for Web Applications
13444
Nicholas S. Williams
750 ₴
The C++ Standard Library: A Tutorial and Reference, 2nd Edition
161040
Addison-Wesley Professional
1'300 ₴
Java: The Complete Reference, Ninth Edition
14356
Herbert Schild
950 ₴
Think Java: How to Think Like a Computer Scientist 1st Edition
67117
Allen B. Downey
1'909 ₴
Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with Python
259180
Yuxi (Hayden) LiuSebastian RaschkaVahid Mirjalili
1'200 ₴
Effective C: An Introduction to Professional C Programming
153652
No Starch Press
1'900 ₴
Spring Boot in Action
180113
Craig Walls
1'600 ₴
Pro Spring Boot
46856
Felipe Gutierrez
900 ₴
Java: The Complete Reference, Ninth Edition
189442
Herbert Schild
950 ₴