Well, I think soon you will be able to assign dynamic TEXT* and/or PANEL* objects to a render-to-texture view, thus allowing for things like dynamic, user-interactive ingame computer consoles, dynamic billboards, or other special FX.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}