Cargando…

Hands-on system programming with C++ : build performant and concurrent Unix and Linux systems with C++17 /

C++ is a general-purpose programming language with a bias towards systems programming. This book provides a detailed walkthrough of the C, C++ and POSIX standards and enables a firm understanding of various system calls for UNIX systems. Topics include console and file IO, memory management, sockets...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Quinn, Rian (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_on1085910024
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 190215s2018 enk o 000 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d YDX  |d OCLCF  |d N$T  |d EBLCP  |d MERUC  |d CHVBK  |d UKMGB  |d OCL  |d UKAHL  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ 
015 |a GBB986520  |2 bnb 
016 7 |a 019247287  |2 Uk 
019 |a 1081001381  |a 1081265605 
020 |a 9781789131772  |q (electronic bk.) 
020 |a 1789131774  |q (electronic bk.) 
020 |z 9781789137880 
020 |z 1789137888 
029 1 |a AU@  |b 000065065954 
029 1 |a CHNEW  |b 001039955 
029 1 |a CHVBK  |b 559036191 
029 1 |a UKMGB  |b 019247287 
029 1 |a AU@  |b 000065283622 
035 |a (OCoLC)1085910024  |z (OCoLC)1081001381  |z (OCoLC)1081265605 
037 |a CL0501000027  |b Safari Books Online 
050 4 |a QA76.73.C153 
072 7 |a COM  |x 046070  |2 bisacsh 
072 7 |a COM  |x 051070  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Quinn, Rian,  |e author. 
245 1 0 |a Hands-on system programming with C++ :  |b build performant and concurrent Unix and Linux systems with C++17 /  |c Dr. Rian Quinn. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2018. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from title page (viewed February 13, 2019). 
505 0 |a Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with System Programming; Technical requirements; Understanding system calls; The anatomy of a system call; Learning about different types of system calls; Console input/output; Memory allocation; File input/output; Networking; Time; Threading and process creation; System call security risks; SYSRET; Meltdown and Spectre; Benefits of using C++ when system programming; Type safety in C++; Objects of C++; Templates used in C++ 
505 8 |a Functional programming associated with C++Error handling mechanism in C++; APIs and C++ containers in C++; Summary; Questions; Further reading; Chapter 2: Learning the C, C++17, and POSIX Standards; Technical requirements; Beginning with the C standard language; How the standard is organized; Environment; Language; Libraries; How a C program starts; All about linking; Static libraries; Dynamic libraries; Scope; Pointers and arrays; Libraries; Learning about the C++ standard; How the standard is organized; General conventions and concepts; Language syntax; Libraries; Linking C++ applications 
505 8 |a ScopePointers versus references; Libraries; Beginning with the POSIX standard; Memory management; Filesystems; Sockets; Threading; Summary; Questions; Further reading; Chapter 3: System Types for C and C++; Technical requirements; Exploring C and C++ default types; Character types; Integer types; Floating -- point numbers; Boolean; Learning standard integer types; Structure packing; Summary; Questions; Further reading; Chapter 4: C++, RAII, and the GSL Refresher; Technical requirements; A brief overview of C++17; Language changes; Initializers in if/switch statements 
505 8 |a Additions to compile-time facilitiesNamespaces; Structured bindings; Inline variables; Changes in the library; String View; std::any, std::variant, and std::optional; Resource Acquisition Is Initialization (RAII) ; The Guideline Support Library (GSL); Pointer ownership; Pointer arithmetic; Contracts; Utilities; Summary; Questions; Further Reading; Chapter 5: Programming Linux/Unix Systems; Technical requirements; The Linux ABI; The System V ABI; The register layout; The stack frame; Function prologs and epilogs; The calling convention; Exception handling and debugging; Virtual memory layout 
505 8 |a Executable and Linkable Format (ELF)ELF sections; ELF segments; The Unix filesystem; Unix processes; The fork() function; The wait() function; Interprocess communication (IPC); Unix pipes; Unix shared memory; The exec() function; Output redirection; Unix signals; Summary; Questions; Further reading; Chapter 6: Learning to Program Console Input/Output; Technical requirements; Learning about stream-based IO; The basics of stream; Advantages and disadvantages of C++ stream-based IO; Advantages of C++ stream-based IO; Disadvantages of C++ stream-based IO; Beginning with user-defined types 
520 |a C++ is a general-purpose programming language with a bias towards systems programming. This book provides a detailed walkthrough of the C, C++ and POSIX standards and enables a firm understanding of various system calls for UNIX systems. Topics include console and file IO, memory management, sockets, time interface, process and thread management. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Linux. 
630 0 0 |a UNIX (Computer file) 
630 0 7 |a Linux.  |2 fast  |0 (OCoLC)fst01382136 
630 0 7 |a UNIX (Computer file)  |2 fast  |0 (OCoLC)fst01365395 
650 0 |a C++ (Computer program language) 
650 0 |a Computer programming. 
650 0 |a Operating systems (Computers) 
650 6 |a C++ (Langage de programmation) 
650 6 |a Programmation (Informatique) 
650 6 |a Systèmes d'exploitation (Ordinateurs) 
650 7 |a computer programming.  |2 aat 
650 7 |a operating systems.  |2 aat 
650 7 |a COMPUTERS  |x Operating Systems  |x Linux.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x C++.  |2 bisacsh 
650 7 |a Operating systems (Computers)  |2 fast  |0 (OCoLC)fst01046280 
650 7 |a Computer programming.  |2 fast  |0 (OCoLC)fst00872390 
650 7 |a C++ (Computer program language)  |2 fast  |0 (OCoLC)fst00843286 
776 0 8 |i Print version:  |a Quinn, Rian.  |t Hands-On System Programming with C++ : Build Performant and Concurrent Unix and Linux Systems with C++17.  |d Birmingham : Packt Publishing Ltd, ©2018  |z 9781789137880 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781789137880/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1991515  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35804849 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5626690 
938 |a EBSCOhost  |b EBSC  |n 1991515 
938 |a YBP Library Services  |b YANK  |n 15960167 
994 |a 92  |b IZTAP