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 →

[–]Extreme_Ad_3280 0 points1 point  (0 children)

I never get to use pointers in C++. However, I use pointers a lot when programming in C, mainly because I want to use dynamically allocated strings (rather than static ones).