Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
C++20 for lazy programmers = quick, ...
~
Briggs, Will.
Linked to FindBook
Google Book
Amazon
博客來
C++20 for lazy programmers = quick, easy, and fun C++ for beginners /
Record Type:
Electronic resources : Monograph/item
Title/Author:
C++20 for lazy programmers/ by Will Briggs.
Reminder of title:
quick, easy, and fun C++ for beginners /
Author:
Briggs, Will.
Published:
Berkeley, CA :Apress : : 2021.,
Description:
xxvii, 677 p. :ill., digital ;24 cm.
[NT 15003449]:
1 Getting started -- 2 Images and sound -- 3 Math: types, operations, consts, and math functions -- 4 Mouse, and if -- 5 Loops and text input -- 6 Algorithms and the development process -- 7 Functions -- 8 Functions (Continued) -- 9 Using the debugger -- 10 Arrays and enum class -- 11 Animation with structs and sprites -- 12 Building your own arcade game: input, collisions, and putting it all together -- 13 Standard I/O and file operations -- 14 Character arrays and dynamic memory (pointers) -- 15 Classes: the basics -- 16 Classes, continued -- 17 Operators, and destructors -- 18 Exceptions, recursion, and O notation -- 19 Classes, continued: inheritance -- 20 Template functions and classes -- 21 Multiple inheritance and virtual functions -- 22 Linked lists -- 23 The Standard Template Library (STL) -- 24 Building bigger projects -- 25 History -- 26 Esoterica (recommended) -- 27 Esoterica (not so recommended) -- 28 C -- 29 Moving on with SDL -- Appendices -- A. Help With Setup -- B. Operators -- C. ASCII codes -- D. Fundamental Types -- E. Escape Sequences -- F. Basic C Standard Library -- G. Common Debugger Commands -- H. SSDL Reference.
Contained By:
Springer Nature eBook
Subject:
C++ (Computer program language) -
Online resource:
https://doi.org/10.1007/978-1-4842-6306-8
ISBN:
9781484263068
C++20 for lazy programmers = quick, easy, and fun C++ for beginners /
Briggs, Will.
C++20 for lazy programmers
quick, easy, and fun C++ for beginners /[electronic resource] :by Will Briggs. - Second edition. - Berkeley, CA :Apress :2021. - xxvii, 677 p. :ill., digital ;24 cm.
1 Getting started -- 2 Images and sound -- 3 Math: types, operations, consts, and math functions -- 4 Mouse, and if -- 5 Loops and text input -- 6 Algorithms and the development process -- 7 Functions -- 8 Functions (Continued) -- 9 Using the debugger -- 10 Arrays and enum class -- 11 Animation with structs and sprites -- 12 Building your own arcade game: input, collisions, and putting it all together -- 13 Standard I/O and file operations -- 14 Character arrays and dynamic memory (pointers) -- 15 Classes: the basics -- 16 Classes, continued -- 17 Operators, and destructors -- 18 Exceptions, recursion, and O notation -- 19 Classes, continued: inheritance -- 20 Template functions and classes -- 21 Multiple inheritance and virtual functions -- 22 Linked lists -- 23 The Standard Template Library (STL) -- 24 Building bigger projects -- 25 History -- 26 Esoterica (recommended) -- 27 Esoterica (not so recommended) -- 28 C -- 29 Moving on with SDL -- Appendices -- A. Help With Setup -- B. Operators -- C. ASCII codes -- D. Fundamental Types -- E. Escape Sequences -- F. Basic C Standard Library -- G. Common Debugger Commands -- H. SSDL Reference.
Ready to learn programming with less effort and more fun? Then do it the lazy way! C++20 for Lazy Programmers uses humor and fun to make you actually willing to read and eager to do the projects as you master the popular and powerful C++ language. Along the way it includes many features from the new C++20 standard, such as ranges, spans, format strings, the "spaceship" operator, and concepts (template parameter requirements), and provides brief introductions to modules and coroutines. With this unique method, you'll stretch your abilities with a variety of projects, including your own C++ arcade game. You'll construct your own classes, templates, and abstract data types. After reading and using this book you'll be ready to build real-world C++ applications and game projects on your own. You will: Be one of the first to program in the brand-new C++20 standard Discover the SDL graphics and gaming library, and SSDL, the "Simple SDL" wrapper library Get detailed help using the most common C++ compilers -- Visual Studio for Windows, and g++ (with Unix or MinGW) -- and their associated debuggers Practice "anti-bugging" for easy fixes to common problems Learn new concepts and skills from a variety of examples Develop sound practices for becoming a productive programmer Build a C++-based arcade game Apply built-in Standard Template Library (STL) functions and classes for easy and efficient programming Learn powerful data types including strings, stacks, vectors, and linked lists -- not by reading about them but by building them -- preparing you further for a career in programming.
ISBN: 9781484263068
Standard No.: 10.1007/978-1-4842-6306-8doiSubjects--Topical Terms:
527229
C++ (Computer program language)
LC Class. No.: QA76.73.C153 / B75 2021
Dewey Class. No.: 005.133
C++20 for lazy programmers = quick, easy, and fun C++ for beginners /
LDR
:03804nmm a2200337 a 4500
001
2237123
003
DE-He213
005
20201211095108.0
006
m d
007
cr nn 008maaau
008
211111s2021 cau s 0 eng d
020
$a
9781484263068
$q
(electronic bk.)
020
$a
9781484263051
$q
(paper)
024
7
$a
10.1007/978-1-4842-6306-8
$2
doi
035
$a
978-1-4842-6306-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C153
$b
B75 2021
072
7
$a
U
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C153
$b
B854 2021
100
1
$a
Briggs, Will.
$3
3489075
245
1 0
$a
C++20 for lazy programmers
$h
[electronic resource] :
$b
quick, easy, and fun C++ for beginners /
$c
by Will Briggs.
250
$a
Second edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xxvii, 677 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1 Getting started -- 2 Images and sound -- 3 Math: types, operations, consts, and math functions -- 4 Mouse, and if -- 5 Loops and text input -- 6 Algorithms and the development process -- 7 Functions -- 8 Functions (Continued) -- 9 Using the debugger -- 10 Arrays and enum class -- 11 Animation with structs and sprites -- 12 Building your own arcade game: input, collisions, and putting it all together -- 13 Standard I/O and file operations -- 14 Character arrays and dynamic memory (pointers) -- 15 Classes: the basics -- 16 Classes, continued -- 17 Operators, and destructors -- 18 Exceptions, recursion, and O notation -- 19 Classes, continued: inheritance -- 20 Template functions and classes -- 21 Multiple inheritance and virtual functions -- 22 Linked lists -- 23 The Standard Template Library (STL) -- 24 Building bigger projects -- 25 History -- 26 Esoterica (recommended) -- 27 Esoterica (not so recommended) -- 28 C -- 29 Moving on with SDL -- Appendices -- A. Help With Setup -- B. Operators -- C. ASCII codes -- D. Fundamental Types -- E. Escape Sequences -- F. Basic C Standard Library -- G. Common Debugger Commands -- H. SSDL Reference.
520
$a
Ready to learn programming with less effort and more fun? Then do it the lazy way! C++20 for Lazy Programmers uses humor and fun to make you actually willing to read and eager to do the projects as you master the popular and powerful C++ language. Along the way it includes many features from the new C++20 standard, such as ranges, spans, format strings, the "spaceship" operator, and concepts (template parameter requirements), and provides brief introductions to modules and coroutines. With this unique method, you'll stretch your abilities with a variety of projects, including your own C++ arcade game. You'll construct your own classes, templates, and abstract data types. After reading and using this book you'll be ready to build real-world C++ applications and game projects on your own. You will: Be one of the first to program in the brand-new C++20 standard Discover the SDL graphics and gaming library, and SSDL, the "Simple SDL" wrapper library Get detailed help using the most common C++ compilers -- Visual Studio for Windows, and g++ (with Unix or MinGW) -- and their associated debuggers Practice "anti-bugging" for easy fixes to common problems Learn new concepts and skills from a variety of examples Develop sound practices for becoming a productive programmer Build a C++-based arcade game Apply built-in Standard Template Library (STL) functions and classes for easy and efficient programming Learn powerful data types including strings, stacks, vectors, and linked lists -- not by reading about them but by building them -- preparing you further for a career in programming.
650
0
$a
C++ (Computer program language)
$3
527229
650
1 4
$a
Professional Computing.
$3
3201325
650
2 4
$a
Open Source.
$3
2210577
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-6306-8
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
W9399008
電子資源
11.線上閱覽_V
電子書
EB QA76.73.C153 B75 2021
一般使用(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