Exploring Programming and Computer Science with C++
Exploring Programming and Computer Science with C++
Exploring Programming and Computer Science with C++
Goal of this book is
to teach C++ to students who have No programming experience in any language.
Topics covered includes: Computer Science and Programming, C++ Programs: Form
and Function, Program Design and Implementation, Control, Functions, and
Classes, Iteration with Programs and Classes, Classes, Iterators, and Patterns,
Class Interfaces, Design, and Implementation, Arrrays, Data, and Random Access,
Strings, Streams, and Operators, Recursion, Lists, and Matrices, Sorting,
Templates, and Generic Programming, Dynamic Data, Lists, and Class Templates,
Inheritance for Object-Oriented Design.
This book covers the
following topics: Low-level Languages, High-level Languages, Translating
Programming Languages, Programming Paradigms, The Code 26, Internal storage of
data types, Variables, Scope, Operators, Control Flow Construct Statements,
Standard C Library, Debugging, Object Oriented Programming, Structures, Unions,
Classes, Copy Constructor, Equality Operator, Inequality Operator, Operator
overloading, Exception Handling, Run-Time Type Information, Standard Template
Library, Cross-Platform development.
This note explains
the following topics: Inheritance, Protecting the Class Data, Polymorphism,
Operator Overloading, Casts, Macros, Templates and Smart Pointers, Compiling
with C++11 features, Exception Handling.