+ 1
What is this pointer in c++, why we use this pointers. Why c++ not removed pointer it make less secure c++.
4 ответов
+ 6
Pointers give you more control over memory management at the expense of giving programmers more headaches.
+ 5
By 'this' pointer, did you mean the pointer to the current object?
+ 1
I think I read that there's a plan to remove raw pointers from C++ in the future.