I have to write a program in VC++6.0 in which I have to create a DOM tree using RapidXml and then copy the contents into buffer and write that into a XML file and then parse the file.
While creating DOM tree I had to typedef some values from integer to alphanumeric and while displaying the values again after parsing I have to again convert alphanumeric to integer but I am not able to get the location of buffer where to make the conversion.
can anyone tell me how to retreive the particular location from buffer so that I can typedef that location to get integer value again??