how to read a model into program?

I want to read a model which created by 3ds max into my opengl program.how can i do it?

Try looking up the Assimp Import Library.To my knowledge you can’t load a model into OpenGL but the datais sent to OpenGL. You can also write a parser to read the data from the file.
*