C++ Programming, For Beginners, Learn Coding Fast!
- Length: 199 pages
- Edition: 1
- Language: English
- Publisher: Ray Yao 's eBooks & Books
- Publication Date: 2020-03-23
- ISBN-10: B08696GG48
This is a zero-risk investment, if you are not satisfied with this ebook, you can get a full refund within 7 days!
About this book:
Absolutely for Beginners
This book covers all essential C++ knowledge. You can learn complete primary skills of C++ fast and easily. The book includes more than 80 practical examples for beginners and includes tests & answers for the college exam, the engineer certification, and the job interview.
Source Code for Download
This book provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs.
Source Code Download Link:
forms.aweber.com/form/36/1139602736.htm
Table of Contents
Chapter 1 Start C++
Install C++
What is C + +?
C++ Comments
Run First Programming
Output Commands
Escaping Characters
C++ Keywords
Data Types
Create a Variable
Arithmetical Operators
Logical Operators
Assignment Operators
Comparison Operators
Exercise: Calculation
Chapter 2 Statements
If Statement
If-else Statement
Switch Statement
For Loop
While Loop
Do-While Loop
Break Statement
Continue Statement
Boolean-Expression
Conditional Operator
Exercise: The Sum
Chapter 3 Use Array
Create an Array (1)
Create an Array (2)
Array Size
Element Value
Function
Function & Arguments
Return Value
Call Another Function
Constants
Data Type Conversion
Exercise: Max Value
Chapter 4 String
A String Variable
Input String Data
Input String Sentence
Test Whether Inputted
String Length
Find a Character
Connect Strings
Exchange Strings
Find a Word’s Position
Insert a Substring
Exercise: Show Inputted
Chapter 5 Class & Object
Class Definition
Object Declaration
Class & Object
Constructor
Destructors
Inheritance
Using Derived class
Public Permission
Private Permission
Private Example
Protected Permission
Class Method
Access Private Member
Exercise: My House
Chapter 6 Pointer & Reference
Pointer
Pointer Initialize
Using Pointer
Exchange Pointers
Pointer and Array
Pointer Array
Pointer & String
Reference a Variable
Reference an Object
Reference Arguments
Exercise: Address
Chapter 7 File Operation
Output One Character
Output String
Input One Character
Input String
Input String Sentence
Write a File
Open a File
Read a File
End of File
Exercise: Process File
Chapter 8 Static Exception Vector
this -> member
Static Variable
Static Function
A++ or ++A
Call My Own Function
Local & Global Variable
Exceptions
Try-Catch
Return Exception Message
Throw Exception
Vector
Vector.method( )
Vector.method( )
Exercise: Error Occurs!
Appendix Tests & Answers
Tests
Answers
Recommended Books