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