![]() |
#2
p1s2008-08-26 12:45
|
为什么 我能使用
fsOut <<j<<" "<<j<<" "<<0<<endl ;
却不能使用
fsOut <<(j&3)<<" "<<(j>>2)<<" "<<0<<endl ;
其中 ofstream fsOut("TestData.dat");
同样
我能使用
cout <<j<<" "<<j<<" "<<0<<endl ;
却不能使用
cout <<(j&3)<<" "<<(j>>2)<<" "<<0<<endl ;
[[it] 本帖最后由 vfdff 于 2008-8-24 23:08 编辑 [/it]]