mfc中用fstream的时候的问题
ifstream in(....)in>>n;
提示错误: binary '>>' : no operator defined which takes a left-hand operand of type 'class ifstream' (or there is no acceptable conversion)
为什么会这样??好像用“<<”这个的时候都不会啊。
那我该怎样读入数据啊?
2008-06-10 09:07
2008-06-10 09:32
2008-06-10 10:16
2008-06-10 11:37
2008-06-10 13:04
2008-06-11 12:28