FPS with OpenGL(NOT GLUT!!!!)

I was wondering if there is a way of calculating frames per second using gl and glu functions.Not glut.

Thanks.
HellRaiZ

You dont need any of that. You count the number of frames you draw and divide them by the time that has passed. The time you can read out with the clock() function © or with functions of your operating system.