/ Published in: C++
Handy for built in functions that aren't fond of 'int' types.
Expand |
Embed | Plain Text
int index; static_cast<float>(index);
You need to login to post a comment.
Handy for built in functions that aren't fond of 'int' types.
int index; static_cast<float>(index);
You need to login to post a comment.