If you're gonna use physics, there are a lot of factors to consider. I would probably use a c_rotate script that also has a gravity/lift factor in it so that you can simulate that. It's a little simple, but that's the easiest way.


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