+ 1
Can someone make a simple code that explains the usage of pointers? Thx
I still don't understand why we have to use it
3 ответов
+ 4
This is a simple code that you can hopefully understand.
https://code.sololearn.com/c20769heGXcn
+ 2
Even languages that don't provide them to the programmers, still use pointers to implement classes. It is extremely important concept of programming.
0
Go on the pointer part in the c++ course and re-read those parts the comments are really helpful to understand don't forget to look at them