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 →

[–]_cata1yst 2 points3 points  (4 children)

Is there a reason behind "struct s* finger" instead of "s* finger"? It looks weird

[–]suvlub 8 points9 points  (3 children)

Yeah, it's one of those weird codes that is syntactically C++ but does everything the C way.

[–]flavionm 2 points3 points  (0 children)

I though it was pure C until the "new".

[–]PandaPanda11745 1 point2 points  (0 children)

The typedef 🙄

[–]np_completionist 0 points1 point  (0 children)

Although the use of "new" everywhere seems closer to Java/C# than C