Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating C and C++ files to acess/check XML files??

Status
Not open for further replies.

daniel5

Programmer
May 26, 2003
1
AU
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! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top