Win32++ provides a framework for developing applications, using the Win32 API directly. It supports all MS operating systems which run the Win32 API, from Windows 95 through to Windows XP and Vista. This framework is designed to produce programs with a similar look and feel to those created using MFC. It can develop applications based on simple windows, dialogs, frames and MDI frames. The frames produced by Win32++ have the following features:
- Rebar Control (to contain the Menubar and Toolbar)
- Menubar
- Toolbar
- Status bar
- Tool tips
Win32++ also brings an object oriented approach to programming directly with the Win32 API. Each window created is a C++ class object capable of having its own window procedure for routing messages.
Click CodeProject for detail
You may also interest in VCF or Ultimae++ or wxWidgets