Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Modern C++ for absolute beginners = ...
~
Dmitrović, Slobodan.
Linked to FindBook
Google Book
Amazon
博客來
Modern C++ for absolute beginners = a friendly introduction to the C++ programming language and C++11 to C++23 standards /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Modern C++ for absolute beginners/ by Slobodan Dmitrović.
Reminder of title:
a friendly introduction to the C++ programming language and C++11 to C++23 standards /
Author:
Dmitrović, Slobodan.
Published:
Berkeley, CA :Apress : : 2023.,
Description:
xxi, 440 p. :ill., digital ;24 cm.
[NT 15003449]:
1. Introduction -- 2. What is C++? -- 3. C++ Compilers -- 4. Our First Program -- 5. Types -- 6. Exercises -- 7. Operators -- 8. Standard Input -- 9. Exercises -- 10. Arrays -- 11. Pointers -- 12. References -- 13. Introduction to Strings -- 14. Automatic Type Deduction -- 15. Exercises -- 16. Statements -- 17. Constants -- 18. Exercises -- 19. Functions -- 20. Exercises -- 21. Scope and Lifetime -- 22. Exercises -- 23. Classes - Introduction -- Part I -- 24. Exercises -- 25. Classes - Inheritance and Polymorphism -- Part II -- 26. Exercises -- 27. The static Specifier -- 28. Templates -- 29. Enumerations -- 30. Exercises -- 31. Organizing code -- 32. Exercises -- 33. Conversions -- 34. Exceptions -- 35. Smart Pointers -- 36. Exercises -- 37. Inuput/Output Streams -- 38. C++ Standard Library and Friends -- 39 Exercises -- 40. C++ Standards -- 41. Projects.
Contained By:
Springer Nature eBook
Subject:
C++ (Computer program language) -
Online resource:
https://doi.org/10.1007/978-1-4842-9274-7
ISBN:
9781484292747
Modern C++ for absolute beginners = a friendly introduction to the C++ programming language and C++11 to C++23 standards /
Dmitrović, Slobodan.
Modern C++ for absolute beginners
a friendly introduction to the C++ programming language and C++11 to C++23 standards /[electronic resource] :by Slobodan Dmitrović. - Second edition. - Berkeley, CA :Apress :2023. - xxi, 440 p. :ill., digital ;24 cm.
1. Introduction -- 2. What is C++? -- 3. C++ Compilers -- 4. Our First Program -- 5. Types -- 6. Exercises -- 7. Operators -- 8. Standard Input -- 9. Exercises -- 10. Arrays -- 11. Pointers -- 12. References -- 13. Introduction to Strings -- 14. Automatic Type Deduction -- 15. Exercises -- 16. Statements -- 17. Constants -- 18. Exercises -- 19. Functions -- 20. Exercises -- 21. Scope and Lifetime -- 22. Exercises -- 23. Classes - Introduction -- Part I -- 24. Exercises -- 25. Classes - Inheritance and Polymorphism -- Part II -- 26. Exercises -- 27. The static Specifier -- 28. Templates -- 29. Enumerations -- 30. Exercises -- 31. Organizing code -- 32. Exercises -- 33. Conversions -- 34. Exceptions -- 35. Smart Pointers -- 36. Exercises -- 37. Inuput/Output Streams -- 38. C++ Standard Library and Friends -- 39 Exercises -- 40. C++ Standards -- 41. Projects.
Learn the C++ programming language in a structured, straightforward, and friendly manner. This updated version of the book teaches the basics of the modern C++ programming language, the C++ Standard Library, and modern C++ standards, including C++23. No previous programming experience is required. C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that cannot be learned by guessing, one that is easy to get wrong and challenging to get right. To overcome this, each section is filled with real-world examples that gradually increase in complexity. Modern C++ for Absolute Beginners, Second Edition teaches more than just programming in C++23. It provides a solid C++ foundation to build upon. The author takes you through the C++ programming language, the Standard Library, and the C++11 to C++23 standard basics. Each chapter is accompanied by the right amount of theory and plenty of source code examples. You will work with C++23 features and standards, yet you will also compare and take a look into previous versions of C++. After reading this book, you'll be able to start programming in modern C++ standards. You will do so with plenty of relevant source code examples, freely available on this book's GitHub page. You will: Work with the basics of C++: types, operators, variables, constants, expressions, functions, classes, I/O, smart pointers, and more Set up the Visual Studio environment on Windows and GCC on Linux, where you can write your own code Declare and define functions, classes, and objects, and organize code into namespaces Discover object-oriented programming including encapsulation, inheritance, polymorphism, using the most advanced C++ features Manage the basics of lambdas, inheritance, polymorphism, smart pointers, templates, modules, contracts, concepts, and more.
ISBN: 9781484292747
Standard No.: 10.1007/978-1-4842-9274-7doiSubjects--Topical Terms:
527229
C++ (Computer program language)
LC Class. No.: QA76.73.C153
Dewey Class. No.: 005.133
Modern C++ for absolute beginners = a friendly introduction to the C++ programming language and C++11 to C++23 standards /
LDR
:03858nmm a2200337 a 4500
001
2318147
003
DE-He213
005
20230323114722.0
006
m d
007
cr nn 008maaau
008
230902s2023 cau s 0 eng d
020
$a
9781484292747
$q
(electronic bk.)
020
$a
9781484292730
$q
(paper)
024
7
$a
10.1007/978-1-4842-9274-7
$2
doi
035
$a
978-1-4842-9274-7
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
D628 2023
100
1
$a
Dmitrović, Slobodan.
$3
3632900
245
1 0
$a
Modern C++ for absolute beginners
$h
[electronic resource] :
$b
a friendly introduction to the C++ programming language and C++11 to C++23 standards /
$c
by Slobodan Dmitrović.
250
$a
Second edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2023.
300
$a
xxi, 440 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Introduction -- 2. What is C++? -- 3. C++ Compilers -- 4. Our First Program -- 5. Types -- 6. Exercises -- 7. Operators -- 8. Standard Input -- 9. Exercises -- 10. Arrays -- 11. Pointers -- 12. References -- 13. Introduction to Strings -- 14. Automatic Type Deduction -- 15. Exercises -- 16. Statements -- 17. Constants -- 18. Exercises -- 19. Functions -- 20. Exercises -- 21. Scope and Lifetime -- 22. Exercises -- 23. Classes - Introduction -- Part I -- 24. Exercises -- 25. Classes - Inheritance and Polymorphism -- Part II -- 26. Exercises -- 27. The static Specifier -- 28. Templates -- 29. Enumerations -- 30. Exercises -- 31. Organizing code -- 32. Exercises -- 33. Conversions -- 34. Exceptions -- 35. Smart Pointers -- 36. Exercises -- 37. Inuput/Output Streams -- 38. C++ Standard Library and Friends -- 39 Exercises -- 40. C++ Standards -- 41. Projects.
520
$a
Learn the C++ programming language in a structured, straightforward, and friendly manner. This updated version of the book teaches the basics of the modern C++ programming language, the C++ Standard Library, and modern C++ standards, including C++23. No previous programming experience is required. C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that cannot be learned by guessing, one that is easy to get wrong and challenging to get right. To overcome this, each section is filled with real-world examples that gradually increase in complexity. Modern C++ for Absolute Beginners, Second Edition teaches more than just programming in C++23. It provides a solid C++ foundation to build upon. The author takes you through the C++ programming language, the Standard Library, and the C++11 to C++23 standard basics. Each chapter is accompanied by the right amount of theory and plenty of source code examples. You will work with C++23 features and standards, yet you will also compare and take a look into previous versions of C++. After reading this book, you'll be able to start programming in modern C++ standards. You will do so with plenty of relevant source code examples, freely available on this book's GitHub page. You will: Work with the basics of C++: types, operators, variables, constants, expressions, functions, classes, I/O, smart pointers, and more Set up the Visual Studio environment on Windows and GCC on Linux, where you can write your own code Declare and define functions, classes, and objects, and organize code into namespaces Discover object-oriented programming including encapsulation, inheritance, polymorphism, using the most advanced C++ features Manage the basics of lambdas, inheritance, polymorphism, smart pointers, templates, modules, contracts, concepts, and more.
650
0
$a
C++ (Computer program language)
$3
527229
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
0
$a
Software engineering.
$3
559826
650
0
$a
Computer programming.
$3
527209
650
1 4
$a
C++.
$2
iisf.
$3
811612
650
2 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Computer Science.
$3
626642
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-9274-7
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
W9454397
電子資源
11.線上閱覽_V
電子書
EB QA76.73.C153
一般使用(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