.obj loading in C++

Hey I am doing my final year project and I am struggling with the 3D model loading with Opengl
There are plenty tutorials online but they all get different sort of libraries and such.
Which library is the most suitable one for loading some simple models with textures?
Or any suggested tutorials or referee?

I found tinyobj easy to work with.
They give you source code as opposed to a library.
Google it.