An edition of Structured Programming with C++ (2013)

Structured Programming with C++

  • 1 Want to read
Locate

My Reading Lists:

Create a new list

  • 1 Want to read

Buy this book

Last edited by Alice Kirk
August 17, 2015 | History
An edition of Structured Programming with C++ (2013)

Structured Programming with C++

  • 1 Want to read

Structured Programming with C++ is intended as course material for the course Structured Programming with C/C++ at university level. It can also be used as self-learning material.

You can download the book for free via the link below.

Publish Date
Publisher
Bookboon.com

Buy this book

Edition Availability
Cover of: Structured Programming with C++
Structured Programming with C++
2013, Bookboon.com

Add another edition?

Book Details


Table of Contents

Sisältö
Introduction to Programming
What Does It Mean to Program
Coding
Compiling and linking
The First Steps with Visual C++
Variables
Introduction
Why Variables
Declaring Variables
Assignment
Initiating Variables
Constants
More about Assignment of Values
The main function
Input and Output
An Entry Program
Formatted Output
Invoice Program
Time Conversion Program
Type Conversion
The Random Number Generator
Game Program
Summary
Exercises
Selections and Loops
Introduction
Selection
if statement
Price Calculation Program
Comparison Operators
Even or Odd
else if
and (&&), or (.
Page )
Conditional Input
The switch statement
Menu Program
Loops
The while Loop
The for Loop
Addition Program
Double Loop
Roll Dice
Two Dice Roll
Breaking Entry with Ctrl-Z
Pools
Equation
Interrupting a Loop - break
Summary
Exercises
Arrays
Introduction
Why Arrays
Declaring an Array
Initiating an Array
Copying an Array
Comparing Arrays
Average
Sales Statistics
Product File, Search
Two-Dimensional Array
Sorting
Searching a Sorted Array
Summary
Exercises
Strings
Introduction
Data Type char
Menu Program
Menu Program with Loop
Christmas Tree
int - char
Å, Ä, Ö
String Array, char[]
Length of a String
Upper/Lower Case
Initials
Comparing Two Strings
Copying Strings
Array with String Arrays
Sorting Strings
Substring
Concatenating Strings
Interchanging First Name and Surname
Encryption
Random Password
Translation Table
Summary
Exercises
Functions
Introduction
What Is a Function
Average
Calling a Function
Several return Statements
Least of Three Numbers
Least Item of an Array
Array As Parameter
Function and Subfunction
Function without Return Value
Replacing Characters in a String
Declaration Space
The Word Program
Override Functions
Declaration - Definition
Header Files
Reference Parameters
Parameters with Default Values
Recursive Functions
Summary
Exercises
Files
Introduction
Streams
Reading from a Stream
Writing to a Stream
Attaching a File to a Stream
A Complete Write Program
A Complete Reading Program
New Item at the End of the File
Products and Prices
Search for a Product Price
Sorting a File in Memory
Updating File Content
Copying Files
Summary
Exercises
Pointers
Introduction
What Is a Pointer
Declaring a Pointer
Assigning Values to Pointers
Addresses and char Pointers
cout and char Pointers
Price Program with Pointers
Pointer Arithmetics
Tax Program
Functions and Pointers
Dynamic Memory
Summary
Exercises
Structures
Introduction
What Is a Structure
Defining a Structure
Declaring and Initiating Structure Variables
Assigning Values to Structure Members
A Structure Program
Array with Structure Variables
Pointer to Structure
Structures in the Dynamic Memory
Structure As Function Parameter
Summary
Exercises
Answers
Variables
Selections and Loops
Arrays
Strings
Functions
Files
Pointers
Structures

Edition Identifiers

Open Library
OL25761020M
ISBN 13
9788740300994

Work Identifiers

Work ID
OL17189324W

Links outside Open Library

Community Reviews (0)

No community reviews have been submitted for this work.

Lists

History

Download catalog record: RDF / JSON
August 17, 2015 Edited by Alice Kirk Edited without comment.
August 17, 2015 Created by Alice Kirk Added new book.