Difference between revisions of "Beginner C++ Game Programming Tutorial 16"
From Chilipedia
(Created page with "In this video we learn how to <code>float</code> our boat, and how to get type cast. == Topics Covered == * The <code>float</code> data type * Converting from one data type t...") |
(No difference)
|
Revision as of 14:18, 16 December 2016
In this video we learn how to float
our boat, and how to get type cast.
Topics Covered
- The
float
data type - Converting from one data type to another with type casts
- Compiler warnings
Video Timestamp Index
Homework
The homework is to create a function that draws a solid circle on the screen.
The solution video is coming soon.