What prefix do I use when calling GLUT functions. For example the std in std::cout <<. What would I use for
???::glutGameModeString( "640x480:16@60" );
Thanks
GLUT is not in the std namespace.
no need for any namespace .... i compiled withouth it
dinesh.
Log in to post a comment.
What prefix do I use when calling GLUT functions. For example the std in std::cout <<. What would I use for
???::glutGameModeString( "640x480:16@60" );
Thanks
GLUT is not in the std namespace.
no need for any namespace .... i compiled withouth it
dinesh.