Problem with views

First of all sorry for my english.
The problem is that I have to do an isometric view of a cube only using glRotate on the ortographic mode (glOrtho). I’m not able to do it because using glRotatef I never find the correct values
Thanks

you need 2 calls of glRotatef, 45 degress each, one of vertical axis, one on horizontal, with correct order.