For that project, I would recommend that you use LOD. LOD (Level Of Detail) allows for better frame rates, because any object that has it gets simpler and simpler as you move further and further away from it.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}