Are you talking about a name that hovers above the player?

You need to use a text with vec_to_screen.

When you want to have the player type in a name, just use inkey();.


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