i write a program
in my program i have a class that name is employee
and i have an array of my class that name is employees
in my class i have some char variables like name,family,id etc...
i create a xml file and save some information about my employees
but i dont know how to read my file and how the program knows when create an object of my employee class
pleaseeeeeee help meeeee
Reading an XML file is pretty advanced. If this is for coursework, I don't think they will require you to read in an XML file without providing the reader.
If this is a private project, google "C++ XML reader" and that should provide you with some links.
yeah that is a coursework.
you mean that i just should give the information of my employees to the program and my program saves my xml files? i cant write information in my file and my program read them?
could you tell me a good and simple source that guide me?
thanks a lot