Could anyone suggest me how to do this? I am experienced in programming in C/C++ but I am unable to load an image on any window created using OpenGL. I have never used OpenGL before and it's pretty confusing. Any direction towards this would be really helpful!
I'm not an openGL guy either, but I would think you create a plane that covers the area you wish to texture and apply that image as a texture to that surface.