Simple .obj loader (C++)

[LEFT]Hi everyone!

I’ve been searching on the web and forums for the last few days for a SIMPLE .obj loader for OpenGL in C++, and though there are several available out there (and even here), I’m not being lucky when it comes to finding a simple one (that allows textures as well).

As you can tell, I’m away from being an experienced programmer, and most of the codes I’ve found so far seem to have problems I am not being able to solve. I did got in touch with great examples (e.g. Assimp), but they are way too over the top for the simple solution I need [/LEFT](loading at least 3 .objs together)[LEFT] and got me lost.

This one, for example, ([/LEFT]Google Code Archive - Long-term storage for Google Code Project Hosting.), compiled correctly to me, but I didn’t find the right place to call for the [/LEFT]Mesh * m = new WavefrontObject(“MyObj.obj”);[LEFT], and therefore I couldn’t get it to work too.

Do any of you know where I can find a suitable code for my case?

Appreciate any help.[/LEFT]