語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Practical C++ STL programmingreal-wo...
~
Kusswurm, Daniel.
Practical C++ STL programmingreal-world applications with C++20 and C++23 /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Practical C++ STL programmingby Daniel Kusswurm.
其他題名:
real-world applications with C++20 and C++23 /
作者:
Kusswurm, Daniel.
出版者:
Berkeley, CA :Apress :2024.
面頁冊數:
xxvi, 922 p. :ill., digital ;24 cm.
Contained By:
Springer Nature eBook
標題:
C++ (Computer program language)
電子資源:
https://doi.org/10.1007/979-8-8688-0774-9
ISBN:
9798868807749$q(electronic bk.)
Practical C++ STL programmingreal-world applications with C++20 and C++23 /
Kusswurm, Daniel.
Practical C++ STL programming
real-world applications with C++20 and C++23 /[electronic resource] :by Daniel Kusswurm. - Berkeley, CA :Apress :2024. - xxvi, 922 p. :ill., digital ;24 cm.
Prologue -- Chapter 1: C++ Review -- Chapter 2: Formatted I/O -- Chapter 3: Sequence Containers - Part 1 -- Chapter 4: Sequence Containers - Part 2 -- Chapter 5: General Utilities Library -- Chapter 6: Smart Pointers -- Chapter 7: Associative Containers -- Chapter 8: Unordered Associative Containers -- Chapter 9: Container Adaptors -- Chapter 10: Algorithms - Part 1 -- Chapter 11: Algorithms - Part 2 -- Chapter 12: Algorithms - Part 3 -- Chapter 13: Algorithms - Part 4 -- Chapter 14: Ranges - Part 1 -- Chapter 15: Ranges - Part 2 -- Chapter 16: Time Library -- Chapter 17: File Systems -- Chapter 18: Numerical Processing - Part 1 -- Chapter 19: Numerical Processing - Part 2 -- Chapter 20: Concurrency - Part 1 -- Chapter 21: Concurrency - Part 2 -- Appendix A: Source Code and Development Tools -- Appendix B: References and Resources.
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. You will: 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.
ISBN: 9798868807749$q(electronic bk.)
Standard No.: 10.1007/979-8-8688-0774-9doiSubjects--Topical Terms:
181958
C++ (Computer program language)
LC Class. No.: QA76.73.C153
Dewey Class. No.: 005.133
Practical C++ STL programmingreal-world applications with C++20 and C++23 /
LDR
:03999nmm a2200325 a 4500
001
671656
003
DE-He213
005
20241102115731.0
006
m d
007
cr nn 008maaau
008
250325s2024 cau s 0 eng d
020
$a
9798868807749$q(electronic bk.)
020
$a
9798868807732$q(paper)
024
7
$a
10.1007/979-8-8688-0774-9
$2
doi
035
$a
979-8-8688-0774-9
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C153
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C153
$b
K97 2024
100
1
$a
Kusswurm, Daniel.
$3
702958
245
1 0
$a
Practical C++ STL programming
$h
[electronic resource] :
$b
real-world applications with C++20 and C++23 /
$c
by Daniel Kusswurm.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2024.
300
$a
xxvi, 922 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Prologue -- Chapter 1: C++ Review -- Chapter 2: Formatted I/O -- Chapter 3: Sequence Containers - Part 1 -- Chapter 4: Sequence Containers - Part 2 -- Chapter 5: General Utilities Library -- Chapter 6: Smart Pointers -- Chapter 7: Associative Containers -- Chapter 8: Unordered Associative Containers -- Chapter 9: Container Adaptors -- Chapter 10: Algorithms - Part 1 -- Chapter 11: Algorithms - Part 2 -- Chapter 12: Algorithms - Part 3 -- Chapter 13: Algorithms - Part 4 -- Chapter 14: Ranges - Part 1 -- Chapter 15: Ranges - Part 2 -- Chapter 16: Time Library -- Chapter 17: File Systems -- Chapter 18: Numerical Processing - Part 1 -- Chapter 19: Numerical Processing - Part 2 -- Chapter 20: Concurrency - Part 1 -- Chapter 21: Concurrency - Part 2 -- Appendix A: Source Code and Development Tools -- Appendix B: References and Resources.
520
$a
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. You will: 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.
650
0
$a
C++ (Computer program language)
$3
181958
650
0
$a
Computer programming.
$3
181992
650
1 4
$a
Programming Language.
$3
913494
650
2 4
$a
C++.
$3
920414
650
2 4
$a
Programming Techniques.
$3
274470
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/979-8-8688-0774-9
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000248234
電子館藏
1圖書
電子書
EB QA76.73.C153 K97 2024 2024
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
https://doi.org/10.1007/979-8-8688-0774-9
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入