I am new to xml and visual c++.Now i have to save some data from visual c++ using c++ windows form application into xml file and read them back .Please Help…..
Thanks in Advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using Windows Forms, you can use System::Xml to serialize your data. This is wrapped up nicely in the LocalFileSettingsProvider class which persists a class derived by ApplicationSettingsBase. In C# or VB you can just add a settings file, but the settings designer is not available in Visual C++, you need to wire up the classes manually.