Is there a project that reads a c++ header and generates GUI based on some XML schema?
Share
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.
You can use BOOST for compile-time reflection, using this I imagine you could build some sort of front-end for accessing the global variables. I know it must be possible, at least to some degree, using BOOST. If not directly, definitely through the boost-python library. Take a look at their type\function traits