Search preferences
Vai alla pagina principale dei risultati di ricerca

Filtri di ricerca

Tipo di articolo

  • Tutti i tipi di prodotto 
  • Libri (20)
  • Riviste e Giornali (Nessun altro risultato corrispondente a questo perfezionamento)
  • Fumetti (Nessun altro risultato corrispondente a questo perfezionamento)
  • Spartiti (Nessun altro risultato corrispondente a questo perfezionamento)
  • Arte, Stampe e Poster (Nessun altro risultato corrispondente a questo perfezionamento)
  • Fotografie (Nessun altro risultato corrispondente a questo perfezionamento)
  • Mappe (Nessun altro risultato corrispondente a questo perfezionamento)
  • Manoscritti e Collezionismo cartaceo (Nessun altro risultato corrispondente a questo perfezionamento)

Condizioni Maggiori informazioni

  • Nuovo (18)
  • Come nuovo, Ottimo o Quasi ottimo (2)
  • Molto buono o Buono (Nessun altro risultato corrispondente a questo perfezionamento)
  • Discreto o Mediocre (Nessun altro risultato corrispondente a questo perfezionamento)
  • Come descritto (Nessun altro risultato corrispondente a questo perfezionamento)

Legatura

  • Tutte 
  • Rilegato (Nessun altro risultato corrispondente a questo perfezionamento)
  • Brossura (20)

Ulteriori caratteristiche

  • Prima ed. (Nessun altro risultato corrispondente a questo perfezionamento)
  • Copia autograf. (Nessun altro risultato corrispondente a questo perfezionamento)
  • Sovracoperta (Nessun altro risultato corrispondente a questo perfezionamento)
  • Con foto (8)
  • Non Print on Demand (15)

Lingua (1)

Prezzo

  • Qualsiasi prezzo 
  • Inferiore a EUR 20 (Nessun altro risultato corrispondente a questo perfezionamento)
  • EUR 20 a EUR 40 (Nessun altro risultato corrispondente a questo perfezionamento)
  • Superiore a EUR 40 
Fascia di prezzo personalizzata (EUR)

Paese del venditore

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

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

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

    Contatta il venditore

    EUR 64,16

    Spedizione EUR 2,24
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Condizione: New.

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

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

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

    Contatta il venditore

    EUR 62,99

    Spedizione EUR 3,38
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    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!

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

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

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

    Contatta il venditore

    EUR 66,65

    Spedizione EUR 2,24
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Condizione: As New. Unread book in perfect condition.

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

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

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

    Contatta il venditore

    EUR 70,78

    Spedizione gratuita
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Condizione: New.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: APress, US, 2024

    ISBN 13: 9798868807732

    Da: Rarewaves USA, OSWEGO, IL, U.S.A.

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

    Contatta il venditore

    EUR 81,14

    Spedizione gratuita
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Paperback. Condizione: New. 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, or programmers 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.

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

    Da: GreatBookPricesUK, Woodford Green, Regno Unito

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

    Contatta il venditore

    EUR 73,90

    Spedizione EUR 17,15
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Condizione: As New. Unread book in perfect condition.

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

    Da: GreatBookPricesUK, Woodford Green, Regno Unito

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

    Contatta il venditore

    EUR 81,63

    Spedizione EUR 17,15
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Condizione: New.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: APress, US, 2024

    ISBN 13: 9798868807732

    Da: Rarewaves.com USA, London, LONDO, Regno Unito

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

    Contatta il venditore

    EUR 116,40

    Spedizione gratuita
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Paperback. Condizione: New. 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, or programmers 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.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

    Da: PBShop.store UK, Fairford, GLOS, Regno Unito

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

    Contatta il venditore

    EUR 115,31

    Spedizione EUR 6,71
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

  • Kusswurm, Daniel

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

    Da: Ria Christie Collections, Uxbridge, Regno Unito

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

    Contatta il venditore

    EUR 111,46

    Spedizione EUR 13,70
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Condizione: New. In.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: APress, US, 2024

    ISBN 13: 9798868807732

    Da: Rarewaves USA United, OSWEGO, IL, U.S.A.

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

    Contatta il venditore

    EUR 83,27

    Spedizione EUR 42,42
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Paperback. Condizione: New. 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, or programmers 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.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

    Da: PBShop.store US, Wood Dale, IL, U.S.A.

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

    Contatta il venditore

    EUR 127,83

    Spedizione gratuita
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Springer-Verlag Berlin and Heidelberg GmbH & Co. KG, Berlin, 2024

    ISBN 13: 9798868807732

    Da: AussieBookSeller, Truganina, VIC, Australia

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

    Contatta il venditore

    EUR 150,54

    Spedizione EUR 31,39
    Spedito da Australia a U.S.A.

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. 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 doesnt 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 readers 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, youll 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 STLs file system classes.Execute chronological calculations and formatting using the time classes.Employ STLs random number generation and distribution classes.Implement numerical processing algorithms using STLs std::valarray and std:complex classes.Accelerate program performance using STLs 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 STLs classes and algorithms, or programmers 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. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Apress, Apress Nov 2024, 2024

    ISBN 13: 9798868807732

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

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

    Contatta il venditore

    EUR 106,99

    Spedizione EUR 60,00
    Spedito da Germania a U.S.A.

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware -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, yoü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 LearnExplore 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 ForSoftware 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, or programmers 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.APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin 948 pp. Englisch.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: APress, US, 2024

    ISBN 13: 9798868807732

    Da: Rarewaves.com UK, London, Regno Unito

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

    Contatta il venditore

    EUR 109,37

    Spedizione EUR 74,34
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    Paperback. Condizione: New. 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, or programmers 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.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: APress, Berkley, 2024

    ISBN 13: 9798868807732

    Da: Grand Eagle Retail, Bensenville, IL, U.S.A.

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

    Contatta il venditore

    Print on Demand

    EUR 76,07

    Spedizione gratuita
    Spedito in U.S.A.

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. 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 doesnt 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 readers 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, youll 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 STLs file system classes.Execute chronological calculations and formatting using the time classes.Employ STLs random number generation and distribution classes.Implement numerical processing algorithms using STLs std::valarray and std:complex classes.Accelerate program performance using STLs 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 STLs classes and algorithms, or programmers 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. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Apress, Apress Nov 2024, 2024

    ISBN 13: 9798868807732

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

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

    Contatta il venditore

    Print on Demand

    EUR 106,99

    Spedizione EUR 23,00
    Spedito da Germania a U.S.A.

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -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. 948 pp. Englisch.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Springer-Verlag Berlin and Heidelberg GmbH & Co. KG, Berlin, 2024

    ISBN 13: 9798868807732

    Da: CitiRetail, Stevenage, Regno Unito

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

    Contatta il venditore

    Print on Demand

    EUR 94,22

    Spedizione EUR 42,31
    Spedito da Regno Unito a U.S.A.

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. 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 doesnt 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 readers 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, youll 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 STLs file system classes.Execute chronological calculations and formatting using the time classes.Employ STLs random number generation and distribution classes.Implement numerical processing algorithms using STLs std::valarray and std:complex classes.Accelerate program performance using STLs 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 STLs classes and algorithms, or programmers 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. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.

  • Immagine del venditore per Practical C++ STL Programming | Real-World Applications with C++20 and C++23 venduto da preigu

    Daniel Kusswurm

    Lingua: Inglese

    Editore: Apress, 2024

    ISBN 13: 9798868807732

    Da: preigu, Osnabrück, Germania

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

    Contatta il venditore

    Print on Demand

    EUR 87,45

    Spedizione EUR 70,00
    Spedito da Germania a U.S.A.

    Quantità: 5 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Practical C++ STL Programming | Real-World Applications with C++20 and C++23 | Daniel Kusswurm | Taschenbuch | xxvi | Englisch | 2024 | Apress | EAN 9798868807732 | Verantwortliche Person für die EU: APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin, juergen[dot]hartmann[at]springer[dot]com | Anbieter: preigu Print on Demand.

  • Daniel Kusswurm

    Lingua: Inglese

    Editore: Apress, Apress, 2024

    ISBN 13: 9798868807732

    Da: AHA-BUCH GmbH, Einbeck, Germania

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

    Contatta il venditore

    Print on Demand

    EUR 106,99

    Spedizione EUR 68,72
    Spedito da Germania a U.S.A.

    Quantità: 1 disponibili

    Aggiungi al carrello

    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.