mloskot
Check me out on the web at Mateusz Loskot.
@mloskot
GIS Software Developer. My technical interests include: GIS, GPS, C++, Linux, Windows Mobile, Design Patterns and Open Source Software solutions. After hours: climbing and mountaineering.
Stephan T. Lavavej - Core C++, 8 of n
Mar 22, 2013 at 7:24 AMStephan,
Perhaps you have touched that in your videos and I've missed it, regarding your std::max with long long and int example: why not explicit type conversion using functional notation instead of, longer, static_cast? I wonder, are there significant differences?
Mat
Stephan T. Lavavej - Core C++, 6 of n
Mar 14, 2013 at 7:35 AMStephan,
Thanks for the very interesting lecture, quality as always.
Quick question to explicit conversion operators and the bool.
Has this feature been actually released?
I'm using Visual Studio 2012 (Build 11.0.51106.01) and compilation of this trivial code:
throws error
Regards,
Mat