P
Pallav singh
Q what is the most expensive type casting in C++?
Thanks
Pallav Singh
Thanks
Pallav Singh
Pallav said:Q what is the most expensive type casting in C++?
Pallav singh said:Q what is the most expensive type casting in C++?
Pallav said:Q what is the most expensive type casting in C++?
Q what is the most expensive type casting in C++?
T *ptr = (T*)&some_non_T_object;
It causes uncounted amount of maintenance time spent figuring
out what is wrong when something does go wrong.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.