๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

C++ Programming, 5th Edition

โœ Scribed by Mike McGrath


Publisher
In Easy Steps
Year
2017
Tongue
English
Leaves
198
Edition
5
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Table of Contents


Title......Page 2
Copyright......Page 3
Contents......Page 4
Preface......Page 6
1 Getting started......Page 7
Introducing C++......Page 8
Installing a compiler......Page 10
Writing your first program......Page 12
Compiling & running programs......Page 14
Creating variables......Page 16
Employing variable arrays......Page 18
Employing vector arrays......Page 20
Declaring constants......Page 22
Summary......Page 24
2 Performing operations......Page 25
Doing arithmetic......Page 26
Assigning values......Page 28
Comparing values......Page 30
Assessing logic......Page 32
Examining conditions......Page 34
Establishing size......Page 36
Setting precedence......Page 38
Casting data types......Page 40
Summary......Page 42
3 Making statements......Page 43
Branching with if......Page 44
Switching branches......Page 46
Looping for......Page 48
Looping while......Page 50
Declaring functions......Page 52
Passing arguments......Page 54
Overloading functions......Page 56
Optimizing functions......Page 58
Summary......Page 60
4 Handling strings......Page 61
Creating string variables......Page 62
Getting string input......Page 64
Solving the string problem......Page 66
Discovering string features......Page 68
Joining & comparing strings......Page 70
Copying & swapping strings......Page 72
Finding substrings......Page 74
Replacing substrings......Page 76
Summary......Page 78
5 Reading and writing files......Page 79
Writing a file......Page 80
Appending to a file......Page 82
Reading characters & lines......Page 84
Formatting with getline......Page 86
Manipulating input & output......Page 88
Predicting problems......Page 90
Recognizing exceptions......Page 92
Handling errors......Page 94
Summary......Page 96
6 Pointing to data......Page 97
Understanding data storage......Page 98
Getting values with pointers......Page 100
Doing pointer arithmetic......Page 102
Passing pointers to functions......Page 104
Making arrays of pointers......Page 106
Referencing data......Page 108
Passing references to functions......Page 110
Comparing pointers & references......Page 112
Summary......Page 114
7 Creating classes and objects......Page 115
Encapsulating data......Page 116
Creating an object......Page 118
Creating multiple objects......Page 120
Initializing class members......Page 122
Overloading methods......Page 124
Inheriting class properties......Page 126
Calling base constructors......Page 128
Overriding base methods......Page 130
Summary......Page 132
8 Harnessing polymorphism......Page 133
Pointing to classes......Page 134
Calling a virtual method......Page 136
Directing method calls......Page 138
Providing capability classes......Page 140
Making abstract data types......Page 142
Building complex hierarchies......Page 144
Isolating class structures......Page 146
Employing isolated classes......Page 148
Summary......Page 150
9 Processing macros......Page 151
Exploring compilation......Page 152
Defining substitutes......Page 154
Defining conditions......Page 156
Providing alternatives......Page 158
Guarding inclusions......Page 160
Using macro functions......Page 162
Building strings......Page 164
Debugging assertions......Page 166
Summary......Page 168
10 Programming visually......Page 169
Starting a Universal project......Page 170
Inserting page components......Page 173
Importing program assets......Page 176
Designing the layout......Page 178
Adding runtime function......Page 180
Testing the program......Page 182
Adjusting the interface......Page 185
Deploying the application......Page 187
Summary......Page 190
Back Cover......Page 194


๐Ÿ“œ SIMILAR VOLUMES


C++ Programming, 5th Edition
โœ Mike McGrath ๐Ÿ“‚ Library ๐Ÿ“… 2017 ๐Ÿ› In Easy Steps ๐ŸŒ English

<div><p style="box-sizing: border-box; margin: 0px 0px 10px;">C++ Programming in easy steps, 5th Edition shows you how to program in the powerful C++ language. Now, in its fifth edition, this guide gives complete examples that illustrate each aspect with colourized source code.<br style="box-sizing:

C++ How to Program (5th Edition)
โœ Harvey & Paul) Deitel & Deitel ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Prentice Hall ๐ŸŒ English

Book was more crippled than the description stated, but I don't really care as I only need it for one semester at school. A new book would've cost me a bit more than 92 euro (about 135 dollar) so this was a great deal as it only cost me 32 dollar.

C++ Programming: Program Design Includin
โœ D. S. Malik ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› Course Technology ๐ŸŒ English

C++ PROGRAMMING: PROGRAM DESIGN INCLUDING DATA STRUCTURES remains the definitive text for the CS1/CS1 course sequence. In this new fifth edition, D.S. Malik continues to employ his student-focused, example-based methodology to teach C++ Programming to introductory computing students. Changes to this

Java Programming, 5th Edition
โœ Joyce Farrell ๐Ÿ“‚ Library ๐Ÿ“… 2009 ๐Ÿ› Course Technology ๐ŸŒ English

Java Programming, Fifth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an exc