E-Book, Englisch, 984 Seiten
Bouras C++ and Algorithmic Thinking for the Complete Beginner
1. Auflage 2024
ISBN: 978-1-83620-818-1
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
Learn to think like a programmer by mastering C++ and foundational algorithms from scratch.
E-Book, Englisch, 984 Seiten
ISBN: 978-1-83620-818-1
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection
No detailed description available for "C++ and Algorithmic Thinking for the Complete Beginner".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Objektorientierte Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Algorithmen & Datenstrukturen
Weitere Infos & Material
Table of Contents - How a Computer Works
- C++ and Integrated Development Environments
- Software Packages to Install
- Introduction to Basic Algorithmic Concepts
- Variables and Constants
- Handling Input and Output
- Operators
- Trace Tables
- Using Visual Studio Community or Visual Studio Code
- Introduction to Sequence Control Structures
- Manipulating Numbers
- Complex Mathematical Expressions
- Exercises With a Quotient and a Remainder
- Manipulating Strings
- Making Questions
- The Single-Alternative Decision Structure
- The Dual-Alternative Decision Structure
- The Multiple-Alternative Decision Structure
- The Case Decision Structure
- Nested Decision Control Structures
- More about Flowcharts with Decision Control Structures
- Tips and Tricks with Decision Control Structures
- More with Decision Control Structures
- Introduction to Loop Control Structures
- Pre-Test, Mid-Test and Post-Test Loop Structures
- Definite Loops
- Nested Loop Control Structures
- More about Flowcharts with Loop Control Structures
- Tips and Tricks with Loop Control Structures
- More with Loop Control Structures
- One-Dimensional Arrays and Maps
- Two-Dimensional Arrays
- Tips and Tricks with Data Structures
- More with Data Structures
- Introduction to Subprograms
- User-Defined Subprograms
- Tips and Tricks with Subprograms
- More with Subprograms
- Introduction to Object-Oriented Programming
- Introduction to Files
- More with Files