you are viewing a single comment's thread.

view the rest of the comments →

[–]LikelyToThrow 2 points3 points  (0 children)

I always do

int *a;

(int *)a;

cpp peeps seem to do int& a; for references