hi guys,
I tried to compile a program like this
#include <iostream>
using namespace std;
int main()
{
float f, g = 0;
cin << f; //wrong here, should be >>
return 0;
}
So I just deliberately inverted the direction of io stream direction. Then visual studio 2005 compiled this with 41...