Download Our App
Shop your way

Learn Programming Using C++ - Dr. Ahmed Abdulaziz Al-Sharay'a
JOD
Get it by 5 Aug | Order in 2 Hours 43 Minutes
The book "Learn Programming Using C++," explained in Arabic, aims to equip students with the skills to write programs in the C++ programming language. The primary beneficiaries of this book are university and college students. This edition is the first part, covering procedural programming and an introduction to object-oriented programming. It does not require advanced programming skills, as the book presents concepts in depth for both theoretical and practical aspects. The book contains a rich and sufficient amount of explanations, examples, and exercises to enable the learner to master writing programs in C++. The program examples have been tested and verified, adopting the principle of "using the programming language itself to learn it."
The book consists of thirteen chapters. Each chapter begins with a statement of the objectives and skills to be achieved upon completion, which helps the learner know what is expected of them, followed by an outline of the chapter's content.
Each chapter contains the following:
At the end of each chapter, you will find:
For a quick review:
Chapter 1 provides general information about computer systems and their components. In Chapter 2, the learner learns how to install C++ and get started. Chapter 3 covers variables and constants. Chapter 4 discusses assignment statements and arithmetic and logical expressions. Chapter 5 covers input and output statements. Chapter 6 is about branching statements. Chapter 7 explains loops. Chapter 8 introduces arrays. Chapter 9 familiarizes you with functions. Chapter 10 is about pointers. Chapter 11 covers strings. Chapter 12 discusses files. Finally, Chapter 13 introduces objects and is a prelude to the second part.