Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Best XML Config class ?

Best XML Config class ?

Scheduled Pinned Locked Moved C / C++ / MFC
c++xmlwcfcomquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Defenestration
    wrote on last edited by
    #1

    I'm looking for a small and fast XMLConfig class in C++ that I can use for program settings. It needs to support multiple instances of a program which all use the same settings file. Since all instances can possibly read and write to the config file at the same time, it needs to handle this instance. There are lots of different XMLConfig classes available, and I'm wondering which one would best suit my needs ? http://www.codeproject.com/cpp/XMLConfig.asp[^] http://www.codeproject.com/useritems/XML_writer.asp[^] http://www.codeproject.com/useritems/XMLwriter.asp[^] http://www.codeproject.com/soap/pugxml.asp[^] http://www.codeproject.com/cpp/C___XML_wrapper.asp[^] http://www.codeproject.com/soap/paramio.asp[^] http://www.grinninglizard.com/tinyxml/[^]

    T M 2 Replies Last reply
    0
    • D Defenestration

      I'm looking for a small and fast XMLConfig class in C++ that I can use for program settings. It needs to support multiple instances of a program which all use the same settings file. Since all instances can possibly read and write to the config file at the same time, it needs to handle this instance. There are lots of different XMLConfig classes available, and I'm wondering which one would best suit my needs ? http://www.codeproject.com/cpp/XMLConfig.asp[^] http://www.codeproject.com/useritems/XML_writer.asp[^] http://www.codeproject.com/useritems/XMLwriter.asp[^] http://www.codeproject.com/soap/pugxml.asp[^] http://www.codeproject.com/cpp/C___XML_wrapper.asp[^] http://www.codeproject.com/soap/paramio.asp[^] http://www.grinninglizard.com/tinyxml/[^]

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      Defenestration wrote:

      http://www.grinninglizard.com/tinyxml/\[^\]

      i Find tinyXML quite useful, but you can try ur hand in CMarkup too!

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

      cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you

      1 Reply Last reply
      0
      • D Defenestration

        I'm looking for a small and fast XMLConfig class in C++ that I can use for program settings. It needs to support multiple instances of a program which all use the same settings file. Since all instances can possibly read and write to the config file at the same time, it needs to handle this instance. There are lots of different XMLConfig classes available, and I'm wondering which one would best suit my needs ? http://www.codeproject.com/cpp/XMLConfig.asp[^] http://www.codeproject.com/useritems/XML_writer.asp[^] http://www.codeproject.com/useritems/XMLwriter.asp[^] http://www.codeproject.com/soap/pugxml.asp[^] http://www.codeproject.com/cpp/C___XML_wrapper.asp[^] http://www.codeproject.com/soap/paramio.asp[^] http://www.grinninglizard.com/tinyxml/[^]

        M Offline
        M Offline
        Monty2
        wrote on last edited by
        #3

        tinyXML and CMarkup i have used both in production code, use CMarkup if you require a small footprint.. tinyXML is more complete.


        If you think you can than you can, if you think you can't you are right.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups