I believe you want render to texture. If you have Pro, you can do this.


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