Thread: C++ XML file editing

  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    120

    C++ XML file editing

    I am a c++ noob who is still learning things like structs and classes. However, I want to write a simple program that makes a small change to an XML file. I've googled the matter a little bit, but didn't seem to find much that helps me in my situation.

    I want to write a program that changes a date in an XML file. (the date is there to tell a program when to lock you out because your data is too old)

    Can someone explain a little bit the simplest way to do this?

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    you should look into TinyXML

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. editing large file
    By arcamot in forum Windows Programming
    Replies: 7
    Last Post: 09-07-2007, 06:48 PM
  2. Editing a text file
    By chimpanzee in forum C++ Programming
    Replies: 3
    Last Post: 01-22-2006, 04:47 AM
  3. Editing a data file
    By Strait in forum C++ Programming
    Replies: 7
    Last Post: 02-05-2005, 04:21 PM
  4. .rc and resource.h file editing
    By killdragon in forum C++ Programming
    Replies: 8
    Last Post: 08-31-2004, 01:27 PM
  5. editing file
    By hmunhung in forum C++ Programming
    Replies: 2
    Last Post: 08-23-2002, 03:02 PM