Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Search
Recommendations
ReaderScope
My Account
Help
Simple Search
Advanced Search
Public Library Lists
Public Reader Lists
AcademicReservedBook [CH]
BookLoanBillboard [CH]
BookReservedBillboard [CH]
Classification Browse [CH]
Exhibition [CH]
New books RSS feed [CH]
Personal Details
Saved Searches
Recommendations
Borrow/Reserve record
Reviews
Personal Lists
ETIBS
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
C++20 quick syntax reference = a poc...
~
Olsson, Mikael.
Linked to FindBook
Google Book
Amazon
博客來
C++20 quick syntax reference = a pocket guide to the language, APIs, and library /
Record Type:
Electronic resources : Monograph/item
Title/Author:
C++20 quick syntax reference/ by Mikael Olsson.
Reminder of title:
a pocket guide to the language, APIs, and library /
Author:
Olsson, Mikael.
Published:
Berkeley, CA :Apress : : 2020.,
Description:
xviii, 205 p. :ill., digital ;24 cm.
[NT 15003449]:
1. Hello World -- 2. Compile and Run -- 3. Variables -- 4. Operators -- 5. Pointers -- 6. References -- 7. Arrays -- 8. String -- 9. Conditionals -- 10. Loops -- 11. Functions -- 12. Class -- 13. Constructor -- 14. Inheritance -- 15. Overriding -- 16. Access Levels -- 17. Static -- 18. Enum -- 19. Struct and Union -- 20. Operator Overloading -- 21. Custom Conversions -- 22. Namespaces -- 23. Constants -- 24. Preprocessor -- 25. Exception Handling -- 26. Type Conversions -- 27. Smart Pointers -- 28. Templates -- 29. Headers.
Contained By:
Springer Nature eBook
Subject:
C++ (Computer program language) -
Online resource:
https://doi.org/10.1007/978-1-4842-5995-5
ISBN:
9781484259955
C++20 quick syntax reference = a pocket guide to the language, APIs, and library /
Olsson, Mikael.
C++20 quick syntax reference
a pocket guide to the language, APIs, and library /[electronic resource] :by Mikael Olsson. - Fourth edition. - Berkeley, CA :Apress :2020. - xviii, 205 p. :ill., digital ;24 cm.
1. Hello World -- 2. Compile and Run -- 3. Variables -- 4. Operators -- 5. Pointers -- 6. References -- 7. Arrays -- 8. String -- 9. Conditionals -- 10. Loops -- 11. Functions -- 12. Class -- 13. Constructor -- 14. Inheritance -- 15. Overriding -- 16. Access Levels -- 17. Static -- 18. Enum -- 19. Struct and Union -- 20. Operator Overloading -- 21. Custom Conversions -- 22. Namespaces -- 23. Constants -- 24. Preprocessor -- 25. Exception Handling -- 26. Type Conversions -- 27. Smart Pointers -- 28. Templates -- 29. Headers.
This quick C++ 20 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++20. It presents the essential C++20 code syntax in a well-organized format that can be used as a handy reference. This edition covers topics including designated initializers, lambdas and lambda captures, the spaceship operator, pack expressions, string literals as template parameters, atomic smart pointers, and contracts. It also covers library changes including extended futures, latches and barriers, task blocks, and text formatting. In the C++20 Quick Syntax Reference, you will find short, simple, and focused code examples. This book includes a well-laid-out table of contents and a comprehensive index allowing for easy review. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. You will: Discover the key C++20 features Work with concepts to constrain template arguments Use modules as a replacement for header files Take advantage of the three-way comparison operator Create immediate functions using the consteval keyword Make use of constexpr, constinit and designated initializers.
ISBN: 9781484259955
Standard No.: 10.1007/978-1-4842-5995-5doiSubjects--Topical Terms:
527229
C++ (Computer program language)
LC Class. No.: QA76.73.C153 / O477 2020
Dewey Class. No.: 005.133
C++20 quick syntax reference = a pocket guide to the language, APIs, and library /
LDR
:02987nmm a2200349 a 4500
001
2222851
003
DE-He213
005
20201130094504.0
006
m d
007
cr nn 008maaau
008
210108s2020 cau s 0 eng d
020
$a
9781484259955
$q
(electronic bk.)
020
$a
9781484259948
$q
(paper)
024
7
$a
10.1007/978-1-4842-5995-5
$2
doi
035
$a
978-1-4842-5995-5
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C153
$b
O477 2020
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
072
7
$a
UMC
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C153
$b
O52 2020
100
1
$a
Olsson, Mikael.
$3
2107097
245
1 0
$a
C++20 quick syntax reference
$h
[electronic resource] :
$b
a pocket guide to the language, APIs, and library /
$c
by Mikael Olsson.
250
$a
Fourth edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xviii, 205 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Hello World -- 2. Compile and Run -- 3. Variables -- 4. Operators -- 5. Pointers -- 6. References -- 7. Arrays -- 8. String -- 9. Conditionals -- 10. Loops -- 11. Functions -- 12. Class -- 13. Constructor -- 14. Inheritance -- 15. Overriding -- 16. Access Levels -- 17. Static -- 18. Enum -- 19. Struct and Union -- 20. Operator Overloading -- 21. Custom Conversions -- 22. Namespaces -- 23. Constants -- 24. Preprocessor -- 25. Exception Handling -- 26. Type Conversions -- 27. Smart Pointers -- 28. Templates -- 29. Headers.
520
$a
This quick C++ 20 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++20. It presents the essential C++20 code syntax in a well-organized format that can be used as a handy reference. This edition covers topics including designated initializers, lambdas and lambda captures, the spaceship operator, pack expressions, string literals as template parameters, atomic smart pointers, and contracts. It also covers library changes including extended futures, latches and barriers, task blocks, and text formatting. In the C++20 Quick Syntax Reference, you will find short, simple, and focused code examples. This book includes a well-laid-out table of contents and a comprehensive index allowing for easy review. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. You will: Discover the key C++20 features Work with concepts to constrain template arguments Use modules as a replacement for header files Take advantage of the three-way comparison operator Create immediate functions using the consteval keyword Make use of constexpr, constinit and designated initializers.
650
0
$a
C++ (Computer program language)
$3
527229
650
1 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5995-5
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9395726
電子資源
11.線上閱覽_V
電子書
EB QA76.73.C153 O477 2020
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login