• Complain

Antony Polukhin - Boost C++ Application Development Cookbook

Here you can read online Antony Polukhin - Boost C++ Application Development Cookbook full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2017, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Antony Polukhin Boost C++ Application Development Cookbook
  • Book:
    Boost C++ Application Development Cookbook
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2017
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Boost C++ Application Development Cookbook: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Boost C++ Application Development Cookbook" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Learn to build applications faster and better by leveraging the real power of Boost and C++

About This Book
  • Learn to use the Boost libraries to simplify your application development
  • Learn to develop high quality, fast and portable applications
  • Learn the relations between Boost and C++11/C++4/C++17
Who This Book Is For

This book is for developers looking to improve their knowledge of Boost and who would like to simplify their application development processes. Prior C++ knowledge and basic knowledge of the standard library is assumed.

What You Will Learn
  • Get familiar with new data types for everyday use
  • Use smart pointers to manage resources
  • 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, stacktracing, testing and interprocess communications
  • Explore different helper macros used to detect compiler, platform and Boost features
In Detail

If you want to take advantage of the real power of Boost and C++ and avoid the confusion about which library to use in which situation, then this book is for you.

Beginning with the basics of Boost C++, you will move on to learn how the Boost libraries simplify application development. You will learn to convert data such as string to numbers, numbers to string, numbers to numbers and more. Managing resources will become a piece of cake. Youll see what kind of work can be done at compile time and what Boost containers can do. 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. From manipulating images to graphs, directories, timers, files, networking everyone will find an interesting topic.

Be sure that knowledge from this book wont get outdated, as more and more Boost libraries become part of the C++ Standard.

Antony Polukhin: author's other books


Who wrote Boost C++ Application Development Cookbook? Find out the surname, the name of the author of the book and a list of all author's works by series.

Boost C++ Application Development Cookbook — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Boost C++ Application Development Cookbook" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Boost C++ Application Development Cookbook
Second Edition
Recipes to simplify your application development
Antony Polukhin

BIRMINGHAM - MUMBAI Boost C Application Development Cookbook Second Edition - photo 1

BIRMINGHAM - MUMBAI

Boost C++ Application Development Cookbook
Second Edition

Copyright 2017 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: August 2013

Second edition: August 2017

Production reference: 1280817

Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.

ISBN 978-1-78728-224-7

www.packtpub.com

Credits

Author

Antony Polukhin

Copy Editor

Charlotte Carneiro

Reviewer

Glen Fernandes

Project Coordinator

Sheejal Shah

Commissioning Editor

Merint Mathew

Proofreader

Safis Editing

Acquisition Editor

Nitin Dasan

Indexer

Rekha Nair

ContentDevelopmentEditor

Sreeja Nair

Graphics

Jason Monteiro

Technical Editor

Surabhi Kulkarni

Production Coordinator

Melwyn D'sa

About the Author

If you are wondering who is Antony Polukhin and could he be trusted to teach about C++ and Boost libraries, then here are some facts:

  • Antony Polukhin currently represents Russia in international C++ standardization committee
  • He is the author of multiple Boost libraries and maintains (keeps an eye on) some of the old Boost libraries
  • He is a perfectionist: all the source codes from the book are auto tested on multiple platforms using different C++ standards.

But let's start from the beginning.

Antony Polukhin was born in Russia. As a child, he could speak the Russian 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 University's mathematics and physics challenge. In his university life, there was a year when he did not participate in exams at all: 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 works for Yandex Ltd., helps Russian speaking people with C++ standardization proposals, continues to contribute to the open source and to the C++ language in general. You may find his code in Boost libraries such as Any, Conversion, DLL, LexicalCast, Stacktrace, TypeTraits, Variant, and others.

He has been happily married for more than five years.

I would like to thank my family, especially my wife, Irina Polukhina, for drawing sketches of pictures and diagrams all through the book.
Great thanks to Paul Anthony Bristow for reviewing the first edition of this book and getting through the insane number of commas that I used in the first drafts.
Separate thanks to Glen Joseph Fernandes for providing a lot of useful information and comments for the second edition.
I would also like to thank all of the people from the Boost community for writing those great libraries and for opening an amazing word of C++ for me.
About the Reviewer

Glen Joseph Fernandes has worked at both Intel and Microsoft as a Software Engineer.
He is the author of the Boost Align library, a major contributor to the Boost Smart
Pointers and Boost Core libraries, and has also contributed to several other Boost C++
libraries. He is a contributor to the ISO C++ Standard by authoring proposal papers and
defect reports, and even has at least one feature accepted for the upcoming C++20
standard (P0674r1: Extending make_shared to Support Arrays). Glen lives with his wife, Caroline, and daughter, Aeryn, in the US, graduated from the University of Sydney in Australia, and, before all that, lived in New Zealand.

www.PacktPub.com

For support files and downloads related to your book, please visit www.PacktPub.com .

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at service@packtpub.com for more details.

At www.PacktPub.com , you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswwwpacktpubcommapt Get the most in-demand software skills with - photo 2

https://www.packtpub.com/mapt

Get the most in-demand software skills with Mapt. Mapt gives you full access to all Packt books and video courses, as well as industry-leading tools to help you plan your personal development and advance your career.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser
Customer Feedback

Thanks for purchasing this Packt book. At Packt, quality is at the heart of our editorial process. To help us improve, please leave us an honest review on this book's Amazon page at https://www.amazon.com/dp/1787282244 .

If you'd like to join our team of regular reviewers, you can e-mail us at customerreviews@packtpub.com. We award our regular reviewers with free eBooks and videos in exchange for their valuable feedback. Help us be relentless in improving our products!

Table of Contents
Preface

If you want to take advantage of the real power of Boost and C++ and avoid the confusion about which library to use in which situation, then this book is for you.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Boost C++ Application Development Cookbook»

Look at similar books to Boost C++ Application Development Cookbook. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Boost C++ Application Development Cookbook»

Discussion, reviews of the book Boost C++ Application Development Cookbook and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.