C++ non-null pointers
C / C++ / MFC
3
Posts
2
Posters
4
Views
1
Watching
-
Has anyone used a non-null library like Non-nullable pointers for C++[^]? Any opinions on usefulness?
Mircea
-
Has anyone used a non-null library like Non-nullable pointers for C++[^]? Any opinions on usefulness?
Mircea
-
It still requires enforcing correct usage which can only occur via discipline and/or careful code reviews. And if you are doing that then you shouldn't have a problem in the first place. More careful designs can also reduce the problem.
My thoughts exactly. Seems more trouble than it's worth.
Mircea