Cargando…

Boost C++ application development cookbook /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Polukhin, Antony
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, [2013]
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 KNOVEL_ocn861526487
003 OCoLC
005 20231027140348.0
006 m o d
007 cr cnu---unuuu
008 111102s2013 enk o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d S4S  |d N$T  |d KNOVL  |d OCLCF  |d COO  |d KNOVL  |d EBLCP  |d IDEBK  |d YDXCP  |d DEBSZ  |d OCLCQ  |d OCLCO  |d FEM  |d AGLDB  |d MOR  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d STF  |d VTS  |d NRAMU  |d DEHBZ  |d CRU  |d ICG  |d OCLCQ  |d NLE  |d INT  |d VT2  |d OCLCQ  |d UKMGB  |d G3B  |d TKN  |d OCLCQ  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d NLW  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ  |d UPM  |d OCLCQ  |d INARC  |d OCLCQ  |d OCLCO 
016 7 |a 018014729  |2 Uk 
019 |a 857364882  |a 961601528  |a 962574988  |a 968071659  |a 969009910  |a 1259129480 
020 |a 9781849514897  |q (electronic bk.) 
020 |a 1849514895  |q (electronic bk.) 
020 |a 9781628704419  |q (electronic bk.) 
020 |a 1628704411  |q (electronic bk.) 
020 |a 1849514887 
020 |a 9781849514880 
020 |z 9781849514880 
029 1 |a AU@  |b 000067109788 
029 1 |a CHNEW  |b 000640762 
029 1 |a DEBBG  |b BV041632562 
029 1 |a DEBBG  |b BV043779501 
029 1 |a DEBBG  |b BV044062872 
029 1 |a DEBSZ  |b 397616457 
029 1 |a DEBSZ  |b 472801856 
029 1 |a UKMGB  |b 018014729 
035 |a (OCoLC)861526487  |z (OCoLC)857364882  |z (OCoLC)961601528  |z (OCoLC)962574988  |z (OCoLC)968071659  |z (OCoLC)969009910  |z (OCoLC)1259129480 
037 |a 327021409173150839  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a QA76.73.C153  |b P65 2013eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Polukhin, Antony. 
245 1 0 |a Boost C++ application development cookbook /  |c Antony Polukhin. 
264 1 |a Birmingham :  |b Packt Publishing,  |c [2013] 
264 4 |c ©2013 
300 |a 1 online resource (348 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (ebrary, viewed September 24, 2013). 
520 8 |a Annotation  |b 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. Well 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? Youll be surprised! Compilers 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 
588 0 |a Print version record. 
505 0 |a Table of Contents; Boost C++ Application Development Cookbook; Boost C++ Application Development Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Starting to Write Your Application; Introduction; Getting configuration options; Getting ready; How to do it ... ; How it works ... 
505 8 |a There's more ... See also; Storing any value in a container/variable; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Storing multiple chosen types in a variable/container; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using a safer way to work with a container that stores multiple chosen types; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Returning a value or flag where there is no value; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Returning an array from a function. 
505 8 |a Getting readyHow to do it ... ; How it works ... ; There's more ... ; See also; Combining multiple values into one; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Reordering the parameters of function; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Binding a value as a function parameter; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using the C++11 move emulation; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Making a noncopyable class; Getting ready; How to do it ... 
505 8 |a How it works ... See also; Making a noncopyable but movable class; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; 2. Converting Data; Introduction; Converting strings to numbers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Converting numbers to strings; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Converting numbers to numbers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Converting user-defined types to/from strings; How to do it ... ; How it works ... ; There's more ... 
505 8 |a See alsoCasting polymorphic objects; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Parsing simple input; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Parsing input; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; 3. Managing Resources; Introduction; Managing pointers to classes that do not leave scope; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Reference counting of pointers to classes used across methods; Getting ready; How to do it ... ; How it works ... ; There's more ... 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a Knovel  |b ACADEMIC - Computer Hardware Engineering 
650 0 |a C++ (Computer program language) 
650 0 |a Computer programming. 
650 6 |a C++ (Langage de programmation) 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a C++ (Computer program language)  |2 fast 
650 7 |a Computer programming  |2 fast 
776 0 8 |i Print version:  |a Polukhin, Antony.  |t Boost C++ Application Development Cookbook.  |d Birmingham : Packt Publishing, ©2013  |z 9781849514880 
856 4 0 |u https://appknovel.uam.elogim.com/kn/resources/kpBCADC002/toc  |z Texto completo 
938 |a Internet Archive  |b INAR  |n boostcapplicatio0000anto 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26850652 
938 |a ebrary  |b EBRY  |n ebr10754167 
938 |a EBSCOhost  |b EBSC  |n 637274 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26099227 
938 |a YBP Library Services  |b YANK  |n 11090712 
994 |a 92  |b IZTAP