Rohit Vipin Mathews
Rohit Vipin Mathews

Reputation: 11787

Writing and Reading to/From XML in VC++

i have a user login form. i which the user is requested to input name and password and some check boxes and radio buttons. when clicking ok button this data has to be stored in an XML file and be shown next time user logs in. (Much like password remembering of web browsers).

How can be this done. All helps appreciated.

thanks!!

Upvotes: 0

Views: 556

Answers (1)

Behnam Safari
Behnam Safari

Reputation: 3071

there is some libraries for this, like: tinyxml!

you can find more and may be better if you search. look Here too

Upvotes: 1

Related Questions