Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User interfaces in C++

Status
Not open for further replies.

Stretchwickster

Programmer
Apr 30, 2001
1,746
GB
As a relatively new user of Visual C++, I have only really done stuff that doesn't require a graphical user interface (i.e. making use of WIMP) and just does the bare background work using classes but doesn't look attractive. I just wondered if anyone could point me in the direction of a good basic guide to creating GUIs in Visual C++. Particularly, how to link code to menu options and buttons.

s-)
 
Go to Look under the books section for the following.

Programming Windows (Fifth Edition), The Definitive guide to the Win32 API
Charles Petzold - Dec 1998.

IT's Definitly worth the money and will give you all the info you need to start you off and keep you going for a while in Windows GUI programming.

Cheers
 
Thanku very much 4 ur advice. Would this book be specific to Visual C++ or is it a general book about GUIs?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top