Would anyone be able to guide me through this:
*We have a bunch of data that needs to be accessed by different modules (modules are in c and c++).
*The data accessed/needed by each module is different. We need to access this data and check for data validation, formatting, etc.
We were thinking about an xml solution. That is, creating a c/c++ interface between the modules and xml files (maybe use QT?)
module A c interface xml
[] <--------> [] <-------> [ ]
module B c ++ interface xml
[] <--------> [|] <-------> [ ]
etc...
would anyone be able to tell me if xml (and qt) is the best solution??
Thanks in advance!
*We have a bunch of data that needs to be accessed by different modules (modules are in c and c++).
*The data accessed/needed by each module is different. We need to access this data and check for data validation, formatting, etc.
We were thinking about an xml solution. That is, creating a c/c++ interface between the modules and xml files (maybe use QT?)
module A c interface xml
[] <--------> [] <-------> [ ]
module B c ++ interface xml
[] <--------> [|] <-------> [ ]
etc...
would anyone be able to tell me if xml (and qt) is the best solution??
Thanks in advance!