Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++: C++ Coding. From Zero to Hero in 8 Hours. C++ Programming

Posted By: eBookRat
C++: C++ Coding. From Zero to Hero in 8 Hours. C++ Programming

C++: C++ Coding. From Zero to Hero in 8 Hours. C++ Programming: Learn Programming in Easy Way. An Ultimate Beginner's Guide! (2403) (Cookbooks in 8 Hours Book 19)
by Ray Yao

English | March 24, 2024 | ASIN: B0CZ14P8W1 | 276 pages | PDF | 38 Mb

"C++ Programming in 8 Hours" is a textbook for high school and college students; it covers all essential C++ language knowledge. You can learn complete primary skills of C++ programming fast and easily.

"C++ Programming in 8 Hours" is a useful textbook for beginners. The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book. You will be impressed by its distinctive and tidy writing style. Reading this book is a great enjoyment!

Note
This book is only suitable for programming beginners, high school students and college students; it is not for the experienced programmers.

Chapter 1
What is C++ ?
C++ Compilers & Editors
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
If Statement
If-else Statement
Switch Statement
For Loop
While Loop
Do-While Loop
Break Statement
Continue Statement
If ( condition )
Conditional Operator
Exercise: The Sum

Chapter 3
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
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 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
Pointer Initialize
Using Pointer
Exchange Pointers
Pointer and Array
Use Pointer Array
Pointer & String
Reference a Variable
Reference an Object
Referenced Arguments
Exercise: Value & Address

Chapter 7
Output One Character
Output String
Input One Character
Input String (1)
Input String (2)
Write a File
Open a File
Read a File
End of File
Exercise: Process File

Chapter 8
this -> member
Static Variable
Static Function
X++ or ++X
Recursive Function
Local & Global Variable
Exceptions
Try-Catch
Return Exception Message
Throw Exception
Vector
Vector.method( ) (1)
Vector.method( ) (2)
Exercise: Error Occurs!
C++