object loader

hi

i have a .txt file that contains information like vertices, normals, texture coordinate, etc of an object
so i would like to write a program in C++ that reads this information
does anyone have an idea or sample code?

thanks

That should be a simple coding project even for a novice programmer. I recommend that you get yourself a good C/C++ book and work out how to do it for yourself, as part of your learning experience.

Good luck
Kevin