cout

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Tue Dec 09 1997 - 21:36:24 MET


	You don't want to reset EVERYTHING in the middle of your job:
after gROOT->Reset() is called cint "forgets" about `cout'.

					Regards, Pasha.


Selim Issever writes:
 > Dear all,
 > 
 > I have the following piece of code, which is not working,..
 > 
 > // This is an example for cout not working after a
 > // root routine was called,..
 > #include <iostream.h>
 > void tt() {
 >   cout << "Ha Ha" << endl;
 >   gROOT->Reset();
 >   cout << "Hi Hi" << endl;
 > }
 > 
 > 'Ha Ha' is printed,.. 'Hi Hi' not,..
 > Does anybody know whats wrong here?
 > 
 > Best Regards
 > Selim
 > 
 >                          S E L I M   I S S E V E R
 > DESY-F15, Notkestr. 85, 22603 Hamburg, Germany; Tel/Fax: 040 8998-2843/4033
 > http://www.physik.uni-dortmund.de/~issevers;          selim.issever@desy.de
 >            Ete kemige burundum, Yunus diye gorundum. Yunus Emre



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:22 MET