simple question on coloring a cube

Hi, just wondering how I can draw in different colors on 8 sides of the cube created by glutSolidCube(). Thanks.

I doubt you can, and even if you could, it would be much simpler to simply draw the cube yourself and use glColor3f to draw it.