Conversion of obj to dae file C++

Hello everyone, I am quite new in the C++ language and I have a question. I would like to write a programm that converts the obj file to a dae file (COLLADA). Could you give me some hints how to approach this, please? Which functions I can use and will it be possible to use a third party software for conversion and embeed it in the C++ code?

Best regards
Bojana
By "obj file" do you mean the files the compiler generates from C++ code that the linker links together? Why would you want to covert these files?
Last edited on
I think this is a request to transform the 3D data file format known as obj to the 3D data format known as DAE.

If you know the structure of each kind of file, you can of course read one and write the other.
Yes, this is a request to transform the 3D data file format obj to 3D data file format dae! Is there any library that I should be aware of or maybe a sample code for transforming?

Thank you a lot for your response!
BR
Bojana
Topic archived. No new replies allowed.