On 10 November 2009 at 09:47, Romain Fran?ois wrote:
| Hi,
|
| Would it make sense to have an rout and rerr so that we could do :
|
| rout<< "bla bla"<< endl ;
|
| and
|
| rerr<< "bla bla"<< endl ;
|
| and this would go into Rprintf and REprintf ? or maybe we can directly
| redefine cout and cerr
Hm. That never really arose in my use. cout was mostly for debugging.
I think a C++-ish way is to create<< operators (that eg RcppDate and
RcppDatetime have).
Where you thinking of something other than debugging help?