The benefits of the Pointers ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

The benefits of the Pointers ?

13th Oct 2016, 12:11 PM
Abdelrhman Elsaid
Abdelrhman Elsaid - avatar
1 ответ
+ 5
They are fundamentals of c++ programming and there lot of use cases for them. For example, 1: dynamic memory allocation 2: working with multi dimensional arrays 3: help you understand how systems work However, modern languages try to avoid them because they are not easy to understand and use. But it is directly connected to your needs and the way you want to implement it.
18th Oct 2016, 8:54 AM
Aaron Sarkissian
Aaron Sarkissian - avatar