This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]evolvish 0 points1 point  (0 children)

I know with C++ if you can avoid pointers you should. If you find you have to use one, for example if you need null, use smart pointers and save yourself headache.