How can I use C++ style io (Cin and Cout) in Rint?

Christopher Conner (cmc@uic.edu)
Mon, 28 Apr 1997 18:45:41 -0600


Hello,

How can I use simple C++ input and output in Rint?

I prefer to type:

cout << "This is text" << endl;

as opposed to fprintf.

Thanks,
Christopher