Server Help

Non-Subspace Related Coding - casting

Cheese - Fri Jan 16, 2009 5:31 pm
Post subject: casting
ive always been curious, but never enough to look, whats the difference between
(casting)stuff
and
stuff<casting>()?
Bak - Fri Jan 16, 2009 7:12 pm
Post subject:
one is a cast one is a generic? or perhaps a static cast.

use google or give examples.
Dr Brain - Fri Jan 16, 2009 7:43 pm
Post subject:
One is a C cast, the other is a C++ cast.
Quan Chi2 - Sat Jan 17, 2009 6:23 pm
Post subject:
() is C.
<> is C++.
hellzlaker - Mon Feb 09, 2009 10:37 pm
Post subject:
what is the difference because to me it seems that C++ way is just longer...
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group