Language:
English
繁體中文
Help
圖資館首頁
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
C++ for lazy programmersquick, easy,...
~
Briggs, Will.
C++ for lazy programmersquick, easy, and fun C++ for beginners /
Record Type:
Electronic resources : Monograph/item
Title/Author:
C++ for lazy programmersby Will Briggs.
Reminder of title:
quick, easy, and fun C++ for beginners /
Author:
Briggs, Will.
Published:
Berkeley, CA :Apress :2019.
Description:
xxvii, 644 p. :ill., digital ;24 cm.
Contained By:
Springer Nature eBook
Subject:
C++ (Computer program language)
Online resource:
https://doi.org/10.1007/978-1-4842-5187-4
ISBN:
9781484251874$q(electronic bk.)
C++ for lazy programmersquick, easy, and fun C++ for beginners /
Briggs, Will.
C++ for lazy programmers
quick, easy, and fun C++ for beginners /[electronic resource] :by Will Briggs. - Berkeley, CA :Apress :2019. - xxvii, 644 p. :ill., digital ;24 cm.
1. Getting Started -- 2. Images and Sound -- 3. Numbers -- 4. Mouse, and if -- 5. Loops, Input and char -- 6. Algorithms and the Development Process -- 7. Functions -- 8. Functions (continued) -- 9. Using the Debugger -- 10. Arrays and enum -- 11. Animation with structs and Sprites -- 12. Making an Arcade Game: Input, Collisions, and Putting It All Together -- 13. Standard I/O and File Operations -- 14. Character Arrays and Dynamic Memory -- 15. Classes -- 16. Classes (continued) -- 17. Operators -- 18. Exceptions, Move Constructors, Recursion and O notation -- 19. Classes (continued) (Inheritance) -- 20. Template Functions and Classes -- 21. Virtual Functions and Multiple Inheritance -- 22. Linked Lists -- 23. The Standard Template Library (STL) -- 24. Building Bigger Projects -- 25. History26. Esoterica (recommended) -- 27. Esoterica (not so recommended) -- 28. C -- 29. Moving on with SDL -- Appendix A. Setting up SDL and SSDL -- Appendix B. Operators -- Appendix C. ASCII Codes -- Appendix D. Fundamental Types -- Appendix E. Escape Sequences -- Appendix F. Basic C Standard Functions -- Appendix G. Debugger -- Appendix H. SSDL Functions.
Learn C++ the quick, easy, and "lazy" way. This book is an introductory programming text that uses humor and fun to make you actually willing to read, and eager to do the projects -- with the popular C++ language. C++ for Lazy Programmers is a genuinely fun learning experience that will show you how to create programs in the C++ language. This book helps you learn the C++ language with a unique method that goes beyond syntax and how-to manuals and helps you understand how to be a productive programmer. It provides detailed help with both the Visual Studio and g++ compilers plus their debuggers, and includes the latest version of the language, C++17, too. Along the way you'll work through a number of labs: projects intended to stretch your abilities, test your new skills, and build confidence. You'll go beyond the basics of the language and learn how build a fun C++ arcade game project. After reading and using this book, you'll be ready for your first real-world C++ application or game project on your own. You will: Program for the first time in C++ in a fun, quick and easy manner Discover the SDL graphics and gaming library Work with SSDL, the Simple SDLwrapper library Use the most common C++ compilers: Visual Studio, and g++ (with Unix or MinGW) Practice "anti-bugging" for easy fixes to common problems Work with the debugger Acquire examples-driven concepts and ideas Build a C++-based arcade game application Apply built-in Standard Template Library (STL) functions and classes for easy and efficient programming Dip your toe in C, C++'s ancestor, still extensively used in industry Use new C++11/14/17 features including lambda functions, constexpr, and smart pointers.
ISBN: 9781484251874$q(electronic bk.)
Standard No.: 10.1007/978-1-4842-5187-4doiSubjects--Topical Terms:
181958
C++ (Computer program language)
LC Class. No.: QA76.73.C153 / B75 2019
Dewey Class. No.: 005.133
C++ for lazy programmersquick, easy, and fun C++ for beginners /
LDR
:03896nmm a2200337 a 4500
001
587308
003
DE-He213
005
20200703021044.0
006
m d
007
cr nn 008maaau
008
210326s2019 cau s 0 eng d
020
$a
9781484251874$q(electronic bk.)
020
$a
9781484251867$q(paper)
024
7
$a
10.1007/978-1-4842-5187-4
$2
doi
035
$a
978-1-4842-5187-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C153
$b
B75 2019
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
B854 2019
100
1
$a
Briggs, Will.
$3
878893
245
1 0
$a
C++ for lazy programmers
$h
[electronic resource] :
$b
quick, easy, and fun C++ for beginners /
$c
by Will Briggs.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2019.
300
$a
xxvii, 644 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Getting Started -- 2. Images and Sound -- 3. Numbers -- 4. Mouse, and if -- 5. Loops, Input and char -- 6. Algorithms and the Development Process -- 7. Functions -- 8. Functions (continued) -- 9. Using the Debugger -- 10. Arrays and enum -- 11. Animation with structs and Sprites -- 12. Making an Arcade Game: Input, Collisions, and Putting It All Together -- 13. Standard I/O and File Operations -- 14. Character Arrays and Dynamic Memory -- 15. Classes -- 16. Classes (continued) -- 17. Operators -- 18. Exceptions, Move Constructors, Recursion and O notation -- 19. Classes (continued) (Inheritance) -- 20. Template Functions and Classes -- 21. Virtual Functions and Multiple Inheritance -- 22. Linked Lists -- 23. The Standard Template Library (STL) -- 24. Building Bigger Projects -- 25. History26. Esoterica (recommended) -- 27. Esoterica (not so recommended) -- 28. C -- 29. Moving on with SDL -- Appendix A. Setting up SDL and SSDL -- Appendix B. Operators -- Appendix C. ASCII Codes -- Appendix D. Fundamental Types -- Appendix E. Escape Sequences -- Appendix F. Basic C Standard Functions -- Appendix G. Debugger -- Appendix H. SSDL Functions.
520
$a
Learn C++ the quick, easy, and "lazy" way. This book is an introductory programming text that uses humor and fun to make you actually willing to read, and eager to do the projects -- with the popular C++ language. C++ for Lazy Programmers is a genuinely fun learning experience that will show you how to create programs in the C++ language. This book helps you learn the C++ language with a unique method that goes beyond syntax and how-to manuals and helps you understand how to be a productive programmer. It provides detailed help with both the Visual Studio and g++ compilers plus their debuggers, and includes the latest version of the language, C++17, too. Along the way you'll work through a number of labs: projects intended to stretch your abilities, test your new skills, and build confidence. You'll go beyond the basics of the language and learn how build a fun C++ arcade game project. After reading and using this book, you'll be ready for your first real-world C++ application or game project on your own. You will: Program for the first time in C++ in a fun, quick and easy manner Discover the SDL graphics and gaming library Work with SSDL, the Simple SDLwrapper library Use the most common C++ compilers: Visual Studio, and g++ (with Unix or MinGW) Practice "anti-bugging" for easy fixes to common problems Work with the debugger Acquire examples-driven concepts and ideas Build a C++-based arcade game application Apply built-in Standard Template Library (STL) functions and classes for easy and efficient programming Dip your toe in C, C++'s ancestor, still extensively used in industry Use new C++11/14/17 features including lambda functions, constexpr, and smart pointers.
650
0
$a
C++ (Computer program language)
$3
181958
650
1 4
$a
Programming Languages, Compilers, Interpreters.
$3
274102
650
2 4
$a
Game Development.
$3
761231
650
2 4
$a
Programming Techniques.
$3
274470
650
2 4
$a
Software Engineering.
$3
274511
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5187-4
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
ALL
電子館藏
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
000000191093
電子館藏
1圖書
電子書
EB QA76.73.C153 B854 2019 2019
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Multimedia file
https://doi.org/10.1007/978-1-4842-5187-4
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login