Immagine non disponibile

Practical C++ STL Programming: Real-World Applications with C++20 and C++23

Kusswurm, Daniel

Editore: Apress, 2024
Usato paperback

Da Books From California, Simi Valley, CA, U.S.A. Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Venditore AbeBooks dal 14 agosto 2001

Questa copia non è più disponibile. Ecco le corrispondenze migliori per Practical C++ STL Programming: Real-World Applications with C++20 and C++23 di Kusswurm, Daniel.

Riguardo questo articolo

Descrizione:

Codice articolo mon0003652772

Segnala questo articolo

Dati bibliografici

Titolo: Practical C++ STL Programming: Real-World ...
Casa editrice: Apress
Data di pubblicazione: 2024
Legatura: paperback
Condizione: Very Good

I migliori risultati di ricerca su AbeBooks

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Nuovo Brossura

Da: Lakeside Books, Benton Harbor, MI, U.S.A.

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Brand New! Not Overstocks or Low Quality Book Club Editions! Direct From the Publisher! We're not a giant, faceless warehouse organization! We're a small town bookstore that loves books and loves it's customers! Buy from Lakeside Books! Codice articolo OTF-S-9798868807732

Contatta il venditore

Compra nuovo

EUR 64,69
Convertire valuta
Spese di spedizione: EUR 65,35
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Nuovo Brossura

Da: GreatBookPrices, Columbia, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo 49256776-n

Contatta il venditore

Compra nuovo

EUR 65,90
Convertire valuta
Spese di spedizione: EUR 17,42
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Nuovo Brossura

Da: California Books, Miami, FL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo I-9798868807732

Contatta il venditore

Compra nuovo

EUR 72,69
Convertire valuta
Spese di spedizione: EUR 7,84
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Antico o usato Brossura

Da: GreatBookPrices, Columbia, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: As New. Unread book in perfect condition. Codice articolo 49256776

Contatta il venditore

Compra usato

EUR 73,06
Convertire valuta
Spese di spedizione: EUR 17,42
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Antico o usato Brossura

Da: GreatBookPricesUK, Woodford Green, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: As New. Unread book in perfect condition. Codice articolo 49256776

Contatta il venditore

Compra usato

EUR 80,38
Convertire valuta
Spese di spedizione: EUR 17,53
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Nuovo Brossura

Da: GreatBookPricesUK, Woodford Green, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo 49256776-n

Contatta il venditore

Compra nuovo

EUR 83,76
Convertire valuta
Spese di spedizione: EUR 17,53
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Daniel Kusswurm
Editore: Apress, Apress, 2024
ISBN 13: 9798868807732
Nuovo Taschenbuch
Print on Demand

Da: AHA-BUCH GmbH, Einbeck, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Taschenbuch. Condizione: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Learn how to use the classes, algorithms, and other programming constructs of C++ STL. This comprehensive and practical guide covers a broad range of STL programming topics and highlights numerous programming constructs from the C++20 and C++23 standards.Mastering use of STL can be daunting for both new and experienced C++ programmers. It doesn't help that the ISO C++ specification documents are meticulous and verbose. This book is organized to help you quickly understand C++ STL programming, focusing on the real-world aspects of its usage. Rather than spend time providing extensive explanations of the inner workings of STL, author Daniel Kusswurm judiciously explores these intricacies only when they advance the reader's understanding of a particular topic.This book is accompanied by over 100 source code examples, designed to accelerate learning by emphasizing practical use cases. It coincides with the C++20 and C++23 standards and works with any OS platform that supports these standards including Windows (Visual C++), Linux (GNU C++) and macOS (clang). After reading Practical C++ STL Programming, you'll be able to exploit the computational capabilities of STL to implement a wide variety of software algorithms and solve unique programming challenges.What You Will Learn Explore STL capabilities, including how to generate formatted output, utilize sequence containers, apply utility classes, exploit smart pointers, manipulate associative containers, and exercise container adaptors.Apply algorithms and iterators to perform a wide variety of container operations including sorts, searches, insertions, removals, and erasures.Utilize ranges and range iterators, adaptors, views, compositions, projections, and factories.Perform file and directory operations using STL's file system classes.Execute chronological calculations and formatting using the time classes.Employ STL's random number generation and distribution classes.Implement numerical processing algorithms using STL's std::valarray and std:complex classes.Accelerate program performance using STL's concurrency classes and algorithm execution policies.Who This Book Is For Software developers and programmers who understand the basic syntax and semantics of C++ and want/need to learn how to use STL's classes and algorithms, orprogrammers who have experience using STL as specified by the C++11/14/17 standards and are interested in learning how to use the new STL classes and algorithms of C++20/23.Computer science/engineering students or hobbyists who want to learn about or better understand the capabilities of STL. Codice articolo 9798868807732

Contatta il venditore

Compra nuovo

EUR 101,00
Convertire valuta
Spese di spedizione: EUR 14,99
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Kusswurm, Daniel
Editore: Apress, 2024
ISBN 13: 9798868807732
Nuovo Brossura

Da: Ria Christie Collections, Uxbridge, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. In. Codice articolo ria9798868807732_new

Contatta il venditore

Compra nuovo

EUR 117,53
Convertire valuta
Spese di spedizione: EUR 10,51
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello