Friday, January 28, 2005

The Necessary Include Files

These are the prerequisites to begin coding with GLUT, assuming that all the necessary files have been copied into their respective folder (see Setting up GLUT in VS.NET 2003 )

1) Include "glut.h"

#include <glut.h>

2) Main entry point is

int main(int argc, char** argv) { }


0 Comments:

Post a Comment

<< Home