I would like to know how to use .tmx files in C ++.
I saw some examples using cmake, but I did not.
You may want to check out the libraries listed here:
http://doc.mapeditor.org/en/latest/reference/support-for-tmx-maps/#id1
Alternatively you’d write your own parser based on some XML library of your own choosing. The format is documented here:
thank you, if I need to, I return to the site.