Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
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 taking refuge in the Monastery: (8)
As of 2024-04-16 16:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found