how to get the data from the rational rose (file extension->".rose") files which are having schema related to some building( which data stored using .ifc files)using cpp file handling? which data type should we use to store the data of .rose files? it is one of the api format
I have found that rose compiler can help. it has many libraries that can parse rose files and make AST(abstract syntax tree).