Abstract
In recent years, mastering programming languages and tools has become especially relevant. The book is intended for university students, students, and anyone interested in the practical side of programming. The tasks vary in complexity, style, and are thematically diverse. The book contains C++ programming tasks on the following topics:
- Symbolic arrays
- Null-terminated string
- Two-dimensional arrays
- Functions
- Strings
- Type conversions
- Dynamic arrays
- Symbols
- Bitwise operations
All tasks are accompanied by program implementations, comments, and program results. The second part of the book will cover the following topics:
- Files
- Recursion
- Containers
- Classes/Objects
We used the Dev C++ compiler to run the programs, but you can use another environment or use an online compiler.