RE:Re: [CINT] [Fwd: [ROOT] string stream

From: sugayam@post.kek.jp
Date: Wed Jan 23 2002 - 18:59:43 MET


Hi rooters,
Well, does this problem produced really only on my environment?
This problem occurs on root Version 3.02/06  22 December 2001 also on
my environment.

root [0] #include <fstream>
Warning: File "fstream" already loaded
root [1] ifstream file("tmp.txt");
root [2] string st;
root [3] file >> st;
Error: Symbol i is not defined in current scope  FILE:bstring.h LINE:2523
Error: Failed to evaluate i.operatorvoidError: Binary operator oprand missing FILE:bstring.h LINE:2523
*** Interpreter error recovered ***
root [4] char st2[100];
root [5] file >> st2;
root [6] cout << st2 << endl;
ello



Masahiro Sugaya---------------------------
Address: 1-1 Oho, Tsukuba, Ibaraki 305-0801 Japan
Office:	 0298-79-6123
Mail:	 sugayam@post.kek.jp



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:39 MET