how do i create a gui in monodevelop using c++? -
is there way create gui in monodevelop using c++ language? know built in stetic development tool , seems work c#, , need c++ project (for class).
c++ has many different toolkits handling guis, need specify want achieve.
you can use monodevelop , stetic tool build gtk interface example, implement logic in c++ (which gtk has, of course, support for). never attempted that, might wanna check tooling , support, should theoretically possible.
worth noting is, xaml cross platform in context of universal windows applications, might wanna check out first. xamarin , try stick current information, platform big technological shift microsoft.
using c++/qt , qml qt designer (as suggested @joachim pileborg) 1 of best paths undertake stable, cross platform, native looking gui toolkit.
Comments
Post a Comment