forms - C++ UI alternatives in visual studio 2013 -
c# primary language, want learn c++ windows form or gui, not console. read took windows form out of visual studio 2013 c++. there alternatives or workarounds? how people making ui based c++ programs in vs 2013 now? found feels jerry rigged approach http://www.bogotobogo.com/cplusplus/application_visual_studio_2013.php. use vs 2013 , ui forms somehow.
there answer there no native solution. you'll need use open source framework qt, wxwidgets, etc. recommend qt, have lgpl license option , form builder integrates within visual studio.
Comments
Post a Comment