Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

jepri's scratchpad

by jepri (Parson)
on Jun 01, 2004 at 22:20 UTC ( [id://358691]=scratchpad: print w/replies, xml ) Need Help??

#include <GL/glut.h> void glut_display_callback () { } void myhello () { glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH ); glutCreateWindow("example"); glutDisplayFunc(glut_display_callback); glutMainLoop(); }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-19 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found