A file format is just that. A format that data is in. As long as you know what data is where inside of that file, you can load it into your program, and display it any way you like. Just becuase that program is written in a certain language doesnt mean you cant load it. So, yes, as long as you know how to load it, you can use .OBJ files in C++

Z.