#implent data type casting
6 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
aside from the other three C++ casts (const_cast, dynamic_cast, reinterpret_cast), there's implicit casting and C-style casting. You could also implement a function that accepts an input of the old data type and returns an output of the new data type.
Thanks for that explanation 👍
@teal slate Has your question been resolved? If so, run !solved :)
!solved