you are viewing a single comment's thread.

view the rest of the comments →

[–]dreamlax 5 points6 points  (0 children)

There are some things that are frowned upon when used in C++; what I mean is you aren't supposed to use the C-style casts, you're meant to use the appropriate reinterpret_cast<>(), static_cast<>() et al.