I am new in c++ and c language is the only one I know.
What I have is a program that read X_T files and export these to one STL file. It is made of C++ and visual studio and works well. My senior made this. Now I want to convert multiple X_T files to the same number of STL files. For example, three X_T files -> three STL files, each file have same modeling object of its original file.
Is this possible? If it is, can you guys recommend some books or some reference similar to this function.
Thank you.