user interface - UI solution for C++ / Visual Studio 2012? -


new programmer question! goal code simple ui's visualize c++ assignments have. there native solution use in c++ in visual studio 2012?

looking like:

#using <some_ui_solution>  class window(....) : ..... {     gridlayout(....      show(); }; 

i've looked around bit, , overwhelmed info out there. help! feel free edit question needed.


Comments