rgoulter / cs5237-VoronoiArt

Voronoi Art program written with OpenGL, Qt and OpenCV.
MIT License
3 stars 1 forks source link

Use C++ casts #37

Open rgoulter opened 6 years ago

rgoulter commented 6 years ago

This is a C++ project. It should use C++ style casts. https://stackoverflow.com/questions/28002/regular-cast-vs-static-cast-vs-dynamic-cast

rgoulter commented 6 years ago

This stuff ... looks complicated. http://www.cplusplus.com/doc/tutorial/typecasting/