C++\GLUT window menu bar
问题 I am writing a simple glut Application, and my teacher wants me to create a top menu bar, as in any windows app(you know, file\edit etc, the ruler on the window's top). I looked in glut documentation and googled, all I can find is a popup menu that opens with mouse's right button - not what was defined. 回答1: GLUT library provide service like creating window, callback functions, timer, mouse event and key press. But you want to make window menu bar for which GLUT does not provide the built in