Creating GUI using XML in C\C++
c, c++, user-interface, windows, xml
Solution
I think that you can use Glade to generate the XML for the GUI and use the GTK+ toolkit ...
By using GtkBuilder, Glade XML files can be used in numerous programming languages including C, C++, C#, Vala, Java, Perl, Python,and others.
Glade is Free Software released under the GNU GPL License.
... and it works well even on Windows ...
Problem
i never actually used XML, someone can recommend me METHOD to create GUI configuration file for C\C++ application. Recommend me framework or something, because i really dont know how what is best to use. I code the application for Windows only, and i don't want to use framework that has dependencies on .NET. Thanks in advance.