MiniUi.com

Title

MiniUI: full featured C++ GUI library

Description

Excerpted from the website:

# include " miniui.h " int APIENTRY wWinMain ( HINSTANCE , HINSTANCE , LPWSTR , int cmdShow ) { control [ 1 ] . window ( ) . size ( 200 , 100 ) . text ( L" Welcome! " ) . show ( cmdShow ) ; control [ 1 ] [ 1 ] . button ( ) . pos ( 10 , 10 ) . text ( L" Ok " ) . default ( ) ; return app . execute ( ) ; }
read more

Additional Information

Related Domains

External Links





Retrieved from "http://aboutus.com/index.php?title=MiniUi.com&oldid=25663839"