Window Based application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anarki

    Window Based application

    I use gcc & g++ in Cygwin to build my programs in Windows Xp.


    I would like to know how to develop a simple window based
    application(jus t a simple window with close button). Also i don't like
    to use any support of 3rd party libraries like MFC,qt etc, PLease
    suggest me the free online books,links to refer to develop this.
  • Brad

    #2
    Re: Window Based application

    Anarki wrote:
    I use gcc & g++ in Cygwin to build my programs in Windows Xp.
    >
    >
    I would like to know how to develop a simple window based
    application(jus t a simple window with close button). Also i don't like
    to use any support of 3rd party libraries like MFC,qt etc, PLease
    suggest me the free online books,links to refer to develop this.
    wxWidgets

    Comment

    Working...