I\'m running Xcode in OS X 10.6 on a Core 2 Duo.Here\'s a short program: #include <stdio.h> int main () {
I was browsing scala tests and I don\'t understand why the compiler produces a warning when you compare \"two fresh objects\".
How can I get the same handeling of casting for user-defined types as built in, eg: float a = 5.4; std::string s = a;//error, no conversion avaible