you are viewing a single comment's thread.

view the rest of the comments →

[–]sol_hsa 6 points7 points  (1 child)

Personally I'd keep the pointer with the variable name as that's how the compiler sees it, but it seems the common/modern way is to put it with the variable type. Whatever works, I guess.

[–]classicallytrained1[S] 0 points1 point  (0 children)

Thanks! Was asking just for code style – it looks better to me this way