implemtation of config file

hi,
I am new to c++ language .I have been doing network programming in c++ for a while.The thing is i want to create a config file in c++.Could you guys tell me the best way to do that.this config file will have xml and json within it. also i want to know is there any library which parses both xml and json.
Thanks,
Kushal
Last edited on
There are lots of libraries out there that handle XML and json: Just use the Google machine.
Heres a useful resource to look up specific implementations. http://en.cppreference.com/w/cpp/links/libs
Topic archived. No new replies allowed.