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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -