Hi, I would like to know how to open an Xml File and the methods to use to access its diffrend nodes and add some new ones With C++.
I usualy use C# and VB So if you have sample C++ Code it would be great.
Thanks for your help.
Hi, I would like to know how to open an Xml File and the methods to use to access its diffrend nodes and add some new ones With C++.
I usualy use C# and VB So if you have sample C++ Code it would be great.
Thanks for your help.
Opening Xml Files with C++
texag
Yes, you'd need to turn on /clr compilation, and also know the new C++/CLI syntax. And you have access to the entire .NET class library.
nagarajuch
bazmcl
Using C++/CLI you can use the same XML classes that you were using in C# and VB. Or did you mean native C++