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.

this outdated, gives idea

using c++/qt , qml qt designer (as suggested @joachim pileborg) 1 of best paths undertake stable, cross platform, native looking gui toolkit.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -