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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -