look it up: view.size_x/size_y.

That should be the info you need.


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